@mcpjam/inspector 0.9.14 → 0.9.18

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcpjam/inspector",
3
3
  "productName": "MCPJam Inspector",
4
- "version": "0.9.14",
4
+ "version": "0.9.18",
5
5
  "type": "module",
6
6
  "description": "MCPJam Inspector",
7
7
  "license": "Apache-2.0",
@@ -33,7 +33,6 @@
33
33
  "build:client": "cd client && npm run build",
34
34
  "build:server": "cd server && npm run build",
35
35
  "start": "NODE_ENV=production node bin/start.js",
36
- "publish": "node -e \"console.error('Use npm publish directly.'); process.exit(1)\"",
37
36
  "prettier-fix": "prettier --write .",
38
37
  "install:deps": "cd server && npm install && cd ../client && npm install",
39
38
  "docker:build": "docker build -t mcpjam/mcp-inspector:latest .",