Update deno.json: rename package to @mmizutani/mcp-remote-deno and enhance description for clarity on functionality.
This commit is contained in:
parent
ff8e92bc0c
commit
3dd92adc92
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@legalforce/mcp-remote-deno",
|
"name": "@mmizutani/mcp-remote-deno",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Deno wrapper for mcp-use proxy server",
|
"description": "A Deno-based bidirectional proxy for Model Context Protocol (MCP) that connects local STDIO servers to remote SSE servers with OAuth authentication support",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/proxy.ts",
|
".": "./src/proxy.ts",
|
||||||
"./client": "./src/client.ts"
|
"./client": "./src/client.ts"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue