Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 29 Mar 23:01
· 30 commits to main since this release
77bfbf3

Patch Changes

  • #173 1fe656e Thanks @mattzcarey! - Support path-suffixed well-known URLs for OAuth Protected Resource Metadata (RFC 9728 §3.1). Resources with path components (e.g. https://example.com/mcp) now correctly serve metadata at /.well-known/oauth-protected-resource/mcp and return the derived resource identifier in the resource field.

  • #174 ac120ff Thanks @mattzcarey! - Include the request path in the resource_metadata URL within WWW-Authenticate headers (RFC 9728 §5.1). API endpoints with path components (e.g. /mcp) now advertise the correct path-suffixed metadata URL so clients can discover the resource-specific metadata.