Skip to content

v0.1.0 — initial release

Choose a tag to compare

@NLueg NLueg released this 03 Jun 03:55
· 31 commits to main since this 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