Skip to content

Release v0.4.0

Choose a tag to compare

@steipete steipete released this 19 May 02:37

Changes in v0.4.0

  • Replaced the use_script_friendly_output boolean parameter with a more versatile output_format_mode string enum parameter for the execute_script tool
    • New parameter: output_format_mode (enum: 'auto', 'human_readable', 'structured_error', 'structured_output_and_error', 'direct', default: 'auto')
    • The 'auto' mode intelligently selects output formatting: human_readable (-s h) for AppleScript, and direct (no -s flags) for JXA
    • use_script_friendly_output has been removed
  • Fixed a bug causing script execution time to be incorrectly reported as "0 milliseconds" for some scripts
  • Refined the display formatting for reported execution times

Breaking Change: The use_script_friendly_output parameter has been removed and replaced with output_format_mode.

Installation

npm install -g @steipete/macos-automator-mcp@latest

Full Changelog

https://github.com/steipete/macos-automator-mcp/blob/main/CHANGELOG.md