Skip to content

Commit 65b5dce

Browse files
authored
Start the MCP server in STDIO mode and use openmcp for SSE proxy
1 parent 24c9d16 commit 65b5dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
environment:
2525
- API_HOST=api # Use service name within Docker network
2626
- API_PORT=8000
27-
- MCP_TRANSPORT=sse
27+
- MCP_TRANSPORT=stdio # We use openmcp to map the STDIO MCP server to SSE on our desired port
2828
depends_on:
2929
- api
3030

0 commit comments

Comments
 (0)