fix bin field

This commit is contained in:
Sunil Pai 2025-03-24 10:00:11 +00:00
parent 426c6139f2
commit 18130306fd

View file

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