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 73c3b46 commit d8ac0e0Copy full SHA for d8ac0e0
package.json
@@ -23,7 +23,7 @@
23
"prepare": "npm run build",
24
"watch": "bun --watch src/index.ts",
25
"dev": "concurrently -n 'build,inspector' -c 'blue.bold,green.bold' 'npm run watch' 'npm run inspector'",
26
- "inspector": "npx @modelcontextprotocol/inspector@latest -y",
+ "inspector": "npx @modelcontextprotocol/inspector@latest",
27
"start": "bun build/index.js",
28
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\"",
29
"semantic-release": "semantic-release"
0 commit comments