Skip to content

Commit ee9ac7f

Browse files
committed
chore(version): bump version v0.3.4
1 parent 656dbaf commit ee9ac7f

File tree

3 files changed

+85
-20
lines changed

3 files changed

+85
-20
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.3.3"
2+
version: "0.3.4"
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: 81 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-proxy-server",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
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,11 +21,11 @@
2121
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
2222
},
2323
"dependencies": {
24-
"@modelcontextprotocol/sdk": "1.10.0",
24+
"@modelcontextprotocol/sdk": "1.12.0",
2525
"@types/cors": "^2.8.17",
2626
"@types/express-session": "^1.18.1",
2727
"cors": "^2.8.5",
28-
"eventsource": "^3.0.2",
28+
"eventsource": "^4.0.0",
2929
"express": "^4.21.1",
3030
"express-session": "^1.18.1",
3131
"node-pty": "^1.0.0",

0 commit comments

Comments
 (0)