Releases: foxtrottwist/shortcuts-mcp
Releases · foxtrottwist/shortcuts-mcp
v2.2.0
2.2.0 (2025-08-12)
Features
- modernize prompts for Claude 4 capabilities (188dae3)
v2.1.1
2.1.1 (2025-08-10)
Bug Fixes
- handle newline in AppleScript "missing value\n" response (bf38270)
v2.1.0
2.1.0 (2025-08-10)
Features
- handle AppleScript "missing value" response for shortcuts with no output (9e16fa9)
v2.0.0
2.0.0 (2025-08-10)
⚠ BREAKING CHANGES
Tool Rename: The user_context
tool has been renamed to shortcuts_usage
.
What's New:
- Clearer API naming aligned with functionality
- Improved usage analytics using sampling, if supported
v1.3.0
1.3.0 (2025-08-09)
Bug Fixes
user_context
update: resources -> result (4ae7c04)
- only request sampling if client capabilities support it (717bc79)
- redirect Pino logs to stderr and fix test expectations (db86114)
- semantic-release version management for manifest.json (0cebfa1)
Features
- add getVersion helper (a589c0a)
- add sampling for statistics generation (816c718)
- add sampling infrastructure and fix time-based tests (57efb71)
- complete sampling module with convenience functions (67ae465)
- integrate sampling for statistics in statistics://generated resource (fefee6f)
- refactor tools for sampling-driven resource selection (49e7b01)
- remove input/output from execution logs for privacy (264a825)
v1.2.1
1.2.1 (2025-08-06)
Bug Fixes
- format README for proper workflow execution (6c48b8c)
v1.2.0
1.2.0 (2025-08-05)
Features
- enhance tool and resource descriptions for better Claude usage guidance (10fcc84)
v1.1.1
1.1.1 (2025-08-04)
Bug Fixes
- add complete schema validation to user_context tool data parameter (937fcee)
- resolve 'Resource not found: execution://runs/recent' URI mismatch (cf518d2)
- update manifest.json to match current server configuration (712b74e)
v1.1.0
1.1.0 (2025-08-01)
Features
- implement AppleScript execution to resolve subprocess permission issues and improve shortcut reliability (63c45b5)
v1.0.1
1.0.1 (2025-07-31)
Bug Fixes
- improve timeout messaging and remove background spawn references (b3501e6)