fix(runtime): run server.py and force FastMCP SSE bind on 0.0.0.0:8000

This commit is contained in:
ClawdBot
2026-02-19 09:38:43 +11:00
parent 053b5c8fb5
commit acb9ce45e7
2 changed files with 16 additions and 8 deletions

View File

@@ -22,5 +22,5 @@ USER appuser
# Expose the SSE port
EXPOSE 8000
# Run via MCP CLI in SSE mode
CMD ["mcp", "run", "server.py:mcp", "--transport", "sse"]
# Run via python entrypoint (server.py forces FastMCP SSE on 0.0.0.0:8000)
CMD ["python", "server.py"]