Skip to content

Commit 39c788a

Browse files
committed
Keeping this as HTTP for now
1 parent 7aefbf4 commit 39c788a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

examples/docker/compose.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,15 @@ services:
99
dockerfile: Dockerfile
1010
ports:
1111
- "${SERENA_PORT:-9121}:9121" # MCP server port
12-
- "${SERENA_DASHBOARD_PORT:-24282}:24282" # Dashboard port (default 0x5EDA = 24282)
12+
- "${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

Comments
 (0)