Skip to content

Commit 64e2c74

Browse files
committed
fix: pin SDK version to fix sse client error
1 parent 73cd060 commit 64e2c74

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "MCP Proxy Server"
2-
version: "0.2.1"
2+
version: "0.3.1"
33
slug: "mcp_proxy_server"
44
description: "A central hub for Model Context Protocol (MCP) servers. Manages multiple backend MCP servers (Stdio/SSE), exposing their combined tools and resources via a unified SSE interface or as a Stdio server. Features Web UI for server/tool management, real-time installation monitoring, and optional web terminal."
55
arch:

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-proxy-server",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"author": "ptbsare",
55
"license": "MIT",
66
"description": "An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface with stdio/sse support",
@@ -21,7 +21,7 @@
2121
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
2222
},
2323
"dependencies": {
24-
"@modelcontextprotocol/sdk": "^1.11.3",
24+
"@modelcontextprotocol/sdk": "1.10.0",
2525
"@types/cors": "^2.8.17",
2626
"@types/express-session": "^1.18.1",
2727
"cors": "^2.8.5",

0 commit comments

Comments
 (0)