chore: expands some tasks and adds 'inspector' commands to scripts in package json to easily get inspector up for our mcp server at http://localhost:8888/?proxyPort=9000 which should play nice for those of us who have shit running on 3000

This commit is contained in:
Eyal Toledano
2025-03-29 17:52:11 -04:00
parent 18ea4dd4a8
commit 38cd889ccd
5 changed files with 534 additions and 132 deletions

View File

@@ -17,7 +17,8 @@
"prepublishOnly": "npm run prepare-package",
"prepare": "chmod +x bin/task-master.js bin/task-master-init.js",
"changeset": "changeset",
"release": "changeset publish"
"release": "changeset publish",
"inspector": "CLIENT_PORT=8888 SERVER_PORT=9000 npx @modelcontextprotocol/inspector node mcp-server/server.js"
},
"keywords": [
"claude",