We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db50ec commit dff2afcCopy full SHA for dff2afc
README.md
@@ -36,8 +36,10 @@ uv run fastmcp run --transport sse mcp_server/app.py:mcp
36
# Or run with stdio transport (for direct MCP clients)
37
uv run fastmcp run --transport stdio mcp_server/app.py:mcp
38
39
-# For production with Docker
+# For production with Docker Compose
40
+docker-compose up -d
41
42
+# Or build and run with Docker directly
43
# (build the image)
44
docker build -t mcp-production .
45
# run the image
0 commit comments