v0.3.2
Patch Changes
-
#173
1fe656eThanks @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/mcpand return the derived resource identifier in theresourcefield. -
#174
ac120ffThanks @mattzcarey! - Include the request path in theresource_metadataURL withinWWW-Authenticateheaders (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.