Fix MCP OAuth route matching in local Kong by Flamki · Pull Request #4840 · supabase/cli

Fixes #4811

MCP auth requests hit /mcp/oauth/*, but the current Kong route only matches /mcp. This can cause no Route matched and break OAuth in CLI v2.75.x. Add /mcp/ to the route paths so subpaths match consistently.

Changes

Add /mcp/ to MCP route paths in kong.yml to allow subpath matching.
Notes

No behavior change for /mcp root.
Should resolve 404s for MCP OAuth endpoints.