@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.
Files changed (2) hide show
  1. package/dist/tools.js +1 -1
  2. 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 hash for a domain. The hash can be shared with the user so they can view the required DNS records without needing an API key.',
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.6.2",
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 no install, no signup, no API key or install this package to deploy folders from your own machine. The same fifteen tools either way.",
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.6.2",
71
- "@shipstatic/types": "2.19.0",
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": {