exposing both CLI tools
This commit is contained in:
parent
d10063463d
commit
eaed1f31e8
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
||||||
],
|
],
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"mcp-remote": "dist/cli/proxy.js"
|
"mcp-remote": "dist/proxy.js",
|
||||||
|
"mcp-remote-client": "dist/client.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsup --watch",
|
"dev": "tsup --watch",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue