v0.1.0 — initial release
First public release of the Pantrist MCP server.
What's in 0.1.0
- 12 tools wrapping the Pantrist public REST API: list / shopping list / pantry / recipes / week plan.
- Two transports: stdio for local single-user use (Claude Desktop), Streamable HTTP for remote multi-user use (Claude.ai connectors, Cursor, etc.).
- Full OAuth 2.1 + PKCE + RFC 7591 dynamic client registration, hosted publicly at `https://mcp.pantrist.app/mcp\`.
- Generated typed client from the public OpenAPI spec (no private API source needed to rebuild).
- Dockerfile + Helm chart + ArgoCD wiring in the matching infra repos.
How to use
- Hosted: add a Custom Connector in Claude.ai pointing at `https://mcp.pantrist.app/mcp\`; the OAuth flow handles the rest.
- Self-host: see README — Connecting Claude to the hosted server and docs/DEPLOYMENT.md.