When trying to connect to Supabase remote MCP server, I got this strange error failed to initialize server: failed to create streamable htto client: failed to initialize client: no valid token available, authorization required, failed to create streamable http client with oauth: failed to initialize client: failed to process authorization response: token request failed with status 201, failed to create sse client: failed to start client: no valid token available, authorization required, failed to create sse client with auth: failed to start client: failed to process authorization response: token request failed with status 201 Seems that windsurf was able to authenticate on Supabase but the response is not correctly parsed because the access_token is returned. Below is my mcp configuration Also, I've noticed that the Supabase MCP server listed on MCP marketplace is the local version ( https://windsurf.run/mcp/supabase ). Would be great to have the remote version instead so we don't have to manage the supabase mcp versions.