@shipstatic/mcp 1.6.2 → 1.7.0-beta.1
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/dist/tools.js +1 -1
- package/package.json +4 -4
package/dist/tools.js
CHANGED
|
@@ -197,7 +197,7 @@ export function registerAccountTools(server, ship, call) {
|
|
|
197
197
|
}, ({ domain }) => call(() => ship.domains.dns(domain)));
|
|
198
198
|
server.registerTool('domains_share', {
|
|
199
199
|
title: 'Share DNS Setup',
|
|
200
|
-
description: 'Get a shareable DNS setup
|
|
200
|
+
description: 'Get a shareable DNS setup link for a domain. Share the link with the user so they, or whoever manages their DNS, can view the required records without needing an API key.',
|
|
201
201
|
annotations: READ,
|
|
202
202
|
inputSchema: {
|
|
203
203
|
domain: z
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipstatic/mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-beta.1",
|
|
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 \u2014 no install, no signup, no API key \u2014 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.
|
|
71
|
-
"@shipstatic/types": "2.
|
|
70
|
+
"@shipstatic/ship": "2.7.0-beta.1",
|
|
71
|
+
"@shipstatic/types": "2.20.0-beta.1",
|
|
72
72
|
"zod": "^4.4.3"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|