@shipstatic/mcp 0.1.1 → 0.1.2

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/index.js +1 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ const CONFIG_EXAMPLE = JSON.stringify({
12
12
  },
13
13
  }, null, 2);
14
14
  if (process.stdin.isTTY) {
15
- console.error('Shipstatic MCP server v0.1.1');
15
+ console.error('Shipstatic MCP server v0.1.2');
16
16
  console.error('This is a stdio server for MCP clients.\n');
17
17
  console.error('Add to your MCP client config:\n');
18
18
  console.error(CONFIG_EXAMPLE);
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@shipstatic/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
+ "mcpName": "com.shipstatic/mcp",
4
5
  "description": "MCP server for Shipstatic — deploy and manage static sites from AI agents",
5
6
  "type": "module",
6
7
  "main": "./dist/index.js",