fix bin field
This commit is contained in:
parent
426c6139f2
commit
18130306fd
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
"name": "mcp-remote",
|
||||
"version": "0.0.5-0",
|
||||
"type": "module",
|
||||
"bin": "dist/cli/proxy.js",
|
||||
"bin": {
|
||||
"mcp-remote": "dist/cli/proxy.js"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"README.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue