We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0299c49 commit 9cbc951Copy full SHA for 9cbc951
package.json
@@ -33,8 +33,8 @@
33
"bin"
34
],
35
"scripts": {
36
- "start": "node index.js --debug",
37
- "debug": "npx @modelcontextprotocol/inspector node index.js --debug",
+ "start": "node dist/bin/cli.mjs --debug",
+ "debug": "npm run build && npx @modelcontextprotocol/inspector node dist/bin/cli.mjs --debug",
38
"build": "tsc && tsup",
39
"lint": "eslint . && npm run lint:lockfile",
40
"lint:fix": "eslint . --fix",
0 commit comments