There was an error while loading. Please reload this page.
1 parent 7aefbf4 commit 39c788aCopy full SHA for 39c788a
1 file changed
examples/docker/compose.yaml
@@ -9,4 +9,15 @@ services:
9
dockerfile: Dockerfile
10
ports:
11
- "${SERENA_PORT:-9121}:9121" # MCP server port
12
- - "${SERENA_DASHBOARD_PORT:-24282}:24282" # Dashboard port (default 0x5EDA = 24282)
+ - "${SERENA_DASHBOARD_PORT:-24282}:24282" # Dashboard port (default 0x5EDA = 24282)
13
+ # HTTP Server setup
14
+ command:
15
+ - start-mcp-server
16
+ - --transport
17
+ - streamable-http
18
+ - --host
19
+ - 0.0.0.0
20
+ - --port
21
+ - "9121"
22
+ - --context
23
+ - vscode
0 commit comments