Skip to content

v0.1.19

Choose a tag to compare

@rustyconover rustyconover released this 05 Mar 23:35
· 107 commits to main since this release

What's New

  • OAuth client_id support: Added optional client_id field to OAuthResourceMetadata and OAuthResourceMetadataResponse as a custom RFC 9728 extension for MCP compatibility
    • Serialized in /.well-known/oauth-protected-resource JSON and WWW-Authenticate headers on 401 responses
    • New parse_client_id() helper to extract client_id from WWW-Authenticate headers
    • URL-safe character validation on client_id values