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 b738bc7 commit 67719fcCopy full SHA for 67719fc
docker-compose.yml
@@ -34,10 +34,12 @@ services:
34
- qdrant
35
36
mcp-proxy:
37
- image: ghcr.io/microsoft/mcp-proxy:latest
+ build:
38
+ context: .
39
+ dockerfile: Dockerfile
40
ports:
41
- "3000:3000"
- command: http://mcp-server:3001/sse --port 3000 --host 0.0.0.0 --allow-origin="*"
42
+ command: python -m 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