Skip to content

Commit 6ed6e12

Browse files
committed
fix: use plain bin name mcp-multi-root-git (strip scope prefix)
npm does not support @scope/name as a bin key; the binary must be a plain identifier. npx @rethunk/mcp-multi-root-git still works.
1 parent eeb6a81 commit 6ed6e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"LICENSE"
1414
],
1515
"bin": {
16-
"@rethunk/mcp-multi-root-git": "dist/server.js"
16+
"mcp-multi-root-git": "dist/server.js"
1717
},
1818
"exports": {
1919
".": {

0 commit comments

Comments
 (0)