Add repository field to package.json

This commit is contained in:
Tony Lâmpada 2025-03-28 19:56:59 -03:00
parent 7ea70144b7
commit f83d45eec0

View file

@ -2,6 +2,10 @@
"name": "mcp-remote",
"version": "0.0.10",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/geelen/mcp-remote.git"
},
"bin": {
"mcp-remote": "dist/cli/proxy.js"
},
@ -53,4 +57,4 @@
"react"
]
}
}
}