blob: 07b8054e564703e3d79e059d1ef0b12b0421fda8 (
plain)
1
2
3
4
5
6
|
"""FastMCP "ai service" for the Food pantry app.
A standalone process (no Django import) that exposes a small set of MCP tools to
claude.ai cooking mode over Streamable HTTP, backed by the Food Django REST API.
See mcp.md for the full specification.
"""
|