It seems that I cannot link my repository here. So if something is unclear, please let me know.
I followed the complete description on creating an remote MCP server with Auth0 as described in the post " Secure and Deploy Remote MCP Servers with Auth0 and Cloudflare" Will Johnson and Jessica Temporal
Everything workd perfectly until I tried to connect the remote server to the Cloudflare AI Playground.
I receive the error:
Connection error: SSE error: Failed to fetch
I checked all env variables about 5 times. They are correclty added to Cloudflare.
When I use the curl, I receive the access_token, so it works fine.
curl --request POST \
--url https://dev-gk.....hyidt.u.../oauth/token \
--header 'content-type: application/json' \
--data '{"client_id":".........S87AidqiromOzu","client_secret":"......QizTwCIFrtzOr","audience":"urn:todos-api","grant_type":"client_credentials"}'
When I use the “/api/health” in the browser, I receive an answer.
So everything seems to work, but it will not connect.
I am happy about every help.