We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d549cac commit 9d5345dCopy full SHA for 9d5345d
package.json
@@ -1,8 +1,11 @@
1
{
2
- "name": "@modelcontextprotocol/sdk",
+ "name": "@mcp-use/modelcontextprotocol-sdk",
3
"version": "1.24.3-mcp-use.1",
4
- "description": "Model Context Protocol implementation for TypeScript",
+ "description": "MCP TypeScript SDK fork with edge runtime support - maintained by mcp-use",
5
"license": "MIT",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
"author": "Anthropic, PBC (https://anthropic.com)",
10
"homepage": "https://modelcontextprotocol.io",
11
"bugs": "https://github.com/modelcontextprotocol/typescript-sdk/issues",
0 commit comments