Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 61d7261

Browse files
committed
Don't actually need the cwd bits when the shebang works
1 parent 73a09c1 commit 61d7261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
1515
"prepare": "npm run build",
1616
"watch": "tsc --watch",
17-
"inspector": "npx @modelcontextprotocol/inspector \"$(node -e \"console.log(require('path').join(process.cwd(), 'build/index.js'))\")\""
17+
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
1818
},
1919
"dependencies": {
2020
"@modelcontextprotocol/sdk": "0.6.0"

0 commit comments

Comments
 (0)