I’m building some AI Agents and have been using the Strava MCP Server (https://mcp.strava.com/mcp). I have been using the common authorization endpoint (https://www.strava.com/oauth/authorize). I now need to use the correct MCP authorization endpoint (https://www.strava.com/oauth/mcp/authorize). But I’m getting errors when trying to authorize against it (using the same Client ID and Client Secret that works for the standard endpoint).
Do I need to do something special to authorize against the MCP authorization endpoint?
