Release v0.4.0
Changes in v0.4.0
- Replaced the
use_script_friendly_outputboolean parameter with a more versatileoutput_format_modestring enum parameter for theexecute_scripttool- 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, anddirect(no-sflags) for JXA use_script_friendly_outputhas been removed
- New parameter:
- 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@latestFull Changelog
https://github.com/steipete/macos-automator-mcp/blob/main/CHANGELOG.md