moving things around now that /react is moving to use-mcp

This commit is contained in:
Glen Maddern 2025-03-31 14:32:41 +11:00
parent 7ea70144b7
commit d41e92812f
5 changed files with 22 additions and 1264 deletions

View file

@ -1,21 +1,25 @@
{
"name": "mcp-remote",
"version": "0.0.10",
"description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
"keywords": [
"mcp",
"stdio",
"sse",
"remote",
"oauth"
],
"author": "Glen Maddern <glen@cloudflare.com>",
"repository": "https://github.com/geelen/remote-mcp",
"type": "module",
"bin": {
"mcp-remote": "dist/cli/proxy.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
"./react": {
"types": "./dist/react/index.d.ts",
"require": "./dist/react/index.js",
"import": "./dist/react/index.js"
}
"main": "dist/index.js",
"bin": {
"mcp-remote": "dist/cli/proxy.js"
},
"scripts": {
"dev": "tsup --watch",
@ -39,9 +43,8 @@
},
"tsup": {
"entry": [
"src/cli/client.ts",
"src/cli/proxy.ts",
"src/react/index.ts"
"src/client.ts",
"src/proxy.ts"
],
"format": [
"esm"