@shipstatic/mcp 1.6.0-beta.8 → 1.6.0
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipstatic/mcp",
|
|
3
|
-
"version": "1.6.0
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"mcpName": "com.shipstatic/mcp",
|
|
5
|
-
"description": "Deploy static websites from AI agents. Start with the hosted endpoint at mcp.shipstatic.com
|
|
5
|
+
"description": "Deploy static websites from AI agents. Start with the hosted endpoint at mcp.shipstatic.com — no install, no signup, no API key — or install this package to deploy folders from your own machine. The same fifteen tools either way.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"sideEffects": [
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"license": "MIT",
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
70
|
-
"@shipstatic/ship": "2.6.0
|
|
71
|
-
"@shipstatic/types": "2.17.0
|
|
70
|
+
"@shipstatic/ship": "2.6.0",
|
|
71
|
+
"@shipstatic/types": "2.17.0",
|
|
72
72
|
"zod": "^4.4.3"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|