Skip to content

v0.1.0

Choose a tag to compare

@chris-dare chris-dare released this 08 Jun 01:38
133aafb

First release of pontifex-mcp — enterprise-grade capabilities for MCP servers, built on the official MCP Python SDK.

Highlights

  • Auth, two ways — OAuth 2.1 JWTs (any OIDC provider) and sk_… API keys, resolving to one CallerIdentity.
  • Least-privilege scopesdomain:resource:action, enforced before every tool call.
  • Audit trail — every call recorded (who, what, when, source, cache hit, latency).
  • Standards-based discovery — RFC 9728 protected-resource metadata + WWW-Authenticate.
  • Resilient — per-caller rate limiting, adapter failover, circuit breaking.
  • Observable — Logfire / OpenTelemetry wired in.