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

Commit 9f662f9

Browse files
committed
fix: npx command setup
1 parent 6f837ac commit 9f662f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"main": "dist/index.js",
77
"bin": {
88
"dotcontext": "dist/index.js",
9-
"dotcontext-mcp": "dist/mcp.js",
10-
"mcp": "dist/mcp.js"
9+
"dotcontext-mcp": "dist/mcp.js"
1110
},
1211
"scripts": {
1312
"build": "tsc",

0 commit comments

Comments
 (0)