Returns protected resource metadata per RFC 8707. MCP clients use this to discover the authorization server for this resource.
A valid request URL is required to generate request examples
{ "resource": "<string>", "authorization_servers": [ "<string>" ], "bearer_methods_supported": [ "<string>" ], "scopes_supported": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Protected resource metadata