Commit e607622
Add MCP server guide and wire MCP mount into FastAPI app
- docs/mcp_server_guide.md: comprehensive guide covering installation
(pip, Docker, stdio), connecting AI agents (Claude Desktop, Cursor,
Python client), all 5 tools and 2 resources with parameter tables,
3 example agent conversations, architecture diagram, extension guide,
configuration, security, and troubleshooting
- server/app.py: mount MCP server on /mcp via streamable_http_app()
(was previously a TODO)
- README: link to MCP server guide in documentation section
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 4dd0877 commit e607622
3 files changed
Lines changed: 495 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments