Skip to content

Commit d8ac0e0

Browse files
committed
chore(scripts): fix typo in dev script
1 parent 73c3b46 commit d8ac0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prepare": "npm run build",
2424
"watch": "bun --watch src/index.ts",
2525
"dev": "concurrently -n 'build,inspector' -c 'blue.bold,green.bold' 'npm run watch' 'npm run inspector'",
26-
"inspector": "npx @modelcontextprotocol/inspector@latest -y",
26+
"inspector": "npx @modelcontextprotocol/inspector@latest",
2727
"start": "bun build/index.js",
2828
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\"",
2929
"semantic-release": "semantic-release"

0 commit comments

Comments
 (0)