You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Im trying to implement any Cloudflare MCP server on this AI agent, unsuccessfully. According to their documentation, they are using the RFC9728 Specs
Client Information
Describe the bug
Im trying to implement any Cloudflare MCP server on this AI agent, unsuccessfully. According to their documentation, they are using the RFC9728 Specs
https://modelcontextprotocol.io/specification/draft/basic/authorization#protected-resource-metadata-discovery-requirements
To Reproduce
Steps to reproduce the behavior:
Try to reach any of these URLs:
https://graphql.mcp.cloudflare.com/mcp/.well-known/oauth-protected-resource
https://graphql.mcp.cloudflare.com/mcp/.well-known/oauth-protected-resource/mcp
https://auditlogs.mcp.cloudflare.com/.well-known/oauth-protected-resource
https://auditlogs.mcp.cloudflare.com/mcp/.well-known/oauth-protected-resource
The same happens on any of the MCPs servers you provide
Expected behavior
On any of the request posted above, we should receive something like this:
Is there any workaround for this?
Thanks