Skip to content

Commit 9cbc951

Browse files
committed
fix: use esm build
1 parent 0299c49 commit 9cbc951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"bin"
3434
],
3535
"scripts": {
36-
"start": "node index.js --debug",
37-
"debug": "npx @modelcontextprotocol/inspector node index.js --debug",
36+
"start": "node dist/bin/cli.mjs --debug",
37+
"debug": "npm run build && npx @modelcontextprotocol/inspector node dist/bin/cli.mjs --debug",
3838
"build": "tsc && tsup",
3939
"lint": "eslint . && npm run lint:lockfile",
4040
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)