fix(runtime): run server.py and force FastMCP SSE bind on 0.0.0.0:8000
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user