fix: use mcp CLI (install mcp[cli])

This commit is contained in:
Clawdbot
2026-02-12 12:43:35 +11:00
parent 75a9c979b3
commit 3c5a3158c4
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
mcp
mcp[cli]
httpx
psycopg[binary]
pgvector