Skip to content

Commit e607622

Browse files
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

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ GeoID (AgStack Asset Registry) or raw lat/lon as input. REST API + MCP server fo
5959
## Documentation
6060

6161
- [User Manual](docs/user_manual.md) -- How to use the library, API, and MCP server
62+
- [MCP Server Guide](docs/mcp_server_guide.md) -- Install and connect AI agents to pest/disease models
6263
- [Executive Summary](docs/executive_summary.md) -- Vision, stakeholders, coverage
6364
- [Architecture Design](docs/design_architecture.md) -- Technical architecture
6465
- [OpenAgri Migration Guide](docs/openagri_migration.md) -- How OpenAgri's work evolves into this framework

0 commit comments

Comments
 (0)