Skip to content

Commit 982ab58

Browse files
committed
fix: fix port for addon
1 parent e54b438 commit 982ab58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "MCP Proxy Server"
2-
version: "0.1.7"
2+
version: "0.1.8"
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:
@@ -15,7 +15,7 @@ map:
1515
- "share:rw" # For TOOLS_FOLDER, maps to /share inside container
1616
# - "ssl:ro"
1717
ports:
18-
"3663/tcp": null
18+
"3663/tcp": 3663
1919
ports_description:
2020
"3663/tcp": "MCP Proxy Server SSE & Admin UI Port"
2121
options:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-proxy-server",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
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",

0 commit comments

Comments
 (0)