Update deno.json: rename package to @mmizutani/mcp-remote-deno and enhance description for clarity on functionality.

This commit is contained in:
Minoru Mizutani 2025-04-29 13:49:08 +09:00
parent ff8e92bc0c
commit 3dd92adc92
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
{
"name": "@legalforce/mcp-remote-deno",
"name": "@mmizutani/mcp-remote-deno",
"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": {
".": "./src/proxy.ts",
"./client": "./src/client.ts"