exposing both CLI tools

This commit is contained in:
Glen Maddern 2025-03-31 15:41:59 +11:00
parent d10063463d
commit eaed1f31e8

View file

@ -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",