Skip to content

Commit

Permalink
fix: npx command setup
Browse files Browse the repository at this point in the history
  • Loading branch information
killerapp committed Dec 15, 2024
1 parent 6f837ac commit 9f662f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"main": "dist/index.js",
"bin": {
"dotcontext": "dist/index.js",
"dotcontext-mcp": "dist/mcp.js",
"mcp": "dist/mcp.js"
"dotcontext-mcp": "dist/mcp.js"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 9f662f9

Please sign in to comment.