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 +1 -1
- package/package.json +3 -3
package/SCPL_REFERENCE.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scpl-updated-mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "AI-powered Apple Shortcuts creation with Claude Code! Generate macOS shortcuts using natural language.
|
|
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.
|
|
30
|
+
"scpl-macos-updated": "^2.3.1"
|
|
31
31
|
}
|
|
32
32
|
}
|