pub(crate) const PROTECTED_RESOURCE_METADATA_PATH_AGENT: &str = "/.well-known/oauth-protected-resource/api/mcp/agent";Expand description
Path-suffixed aliases of PROTECTED_RESOURCE_METADATA_PATH per
RFC 9728 §3.1. Both MCP endpoints serve an identical metadata
document today, so the same handler is mounted at all three paths;
the aliases exist so strict clients that always probe with a path
suffix do not have to fall back to the bare URI.