scpl-updated-mcp-server 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/SCPL_REFERENCE.md CHANGED
@@ -603,4 +603,4 @@ End RepeatWithEach
603
603
 
604
604
  ---
605
605
 
606
- **493 total actions available.** Use `list_actions` tool to search by category or keyword.
606
+ **495 total actions available.** Use `list_actions` tool to search by category or keyword.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scpl-updated-mcp-server",
3
- "version": "1.0.13",
4
- "description": "AI-powered Apple Shortcuts creation with Claude Code! Generate macOS shortcuts using natural language. 493 actions available. MCP server for text-based shortcut programming. Vibe code your automation workflows.",
3
+ "version": "1.0.15",
4
+ "description": "AI-powered Apple Shortcuts creation with Claude Code! Generate macOS shortcuts using natural language. 495 actions available. MCP server for text-based shortcut programming. Vibe code your automation workflows.",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "bin": {
@@ -27,6 +27,6 @@
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
29
  "@modelcontextprotocol/sdk": "^0.5.0",
30
- "scpl-macos-updated": "^2.2.1"
30
+ "scpl-macos-updated": "^2.3.1"
31
31
  }
32
32
  }