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 67719fc commit 758ebefCopy full SHA for 758ebef
docker-compose.yml
@@ -39,7 +39,7 @@ services:
39
dockerfile: Dockerfile
40
ports:
41
- "3000:3000"
42
- command: python -m mcp.proxy http://mcp-server:3001/sse --port 3000 --host 0.0.0.0 --allow-origin="*"
+ command: mcp-proxy http://mcp-server:3001/sse --port 3000 --host 0.0.0.0 --allow-origin="*"
43
depends_on:
44
- mcp-server
45
0 commit comments