Skip to content

Commit 0229aed

Browse files
committed
Fix bin path (remove ./)
1 parent a16a945 commit 0229aed

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
@@ -8,7 +8,7 @@
88
"bugs": "https://github.com/modelcontextprotocol/inspector/issues",
99
"type": "module",
1010
"bin": {
11-
"mcp-inspector": "./cli/build/cli.js"
11+
"mcp-inspector": "cli/build/cli.js"
1212
},
1313
"files": [
1414
"client/bin",

0 commit comments

Comments
 (0)