summaryrefslogtreecommitdiff
path: root/mcp_server/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'mcp_server/__init__.py')
-rw-r--r--mcp_server/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcp_server/__init__.py b/mcp_server/__init__.py
new file mode 100644
index 0000000..07b8054
--- /dev/null
+++ b/mcp_server/__init__.py
@@ -0,0 +1,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.
+"""