Pedro Rodrigues

Results 9 comments of Pedro Rodrigues

@mattrossman I've implemented elicitation on `apply_migration` as a POC. Would love to discuss the implementation and testing approach before rolling it out to the other high-priority tools (`execute_sql`, `merge_branch`, etc.).

@mattrossman Added elicitation request to `create_project` and `create_branch` tools and hide the `confirm_cost` tool when the client supports elicitations. You can check that the tool `confirm_cost` is not listed on...

Hey @DuckyCom, what version of VSCode are you using?

Hey @iwantfreeudemycourse-ctrl, thank you for reporting this. I've tested on my side and can confirm that even with `--static-oauth-client-metadata '{}'`, Supabase still receives openid, email, and profile as scopes. @gregnr...

Hey @Priyanshuthapliyal2005, Supabase recently released its [Remote MCP](https://supabase.com/blog/remote-mcp-server) server

Got this accidentally merged before the final review. Continuing the review [here](https://github.com/supabase/supabase/pull/41274)

Addressed @sweatybridge's suggestion to move MCP configuration under `supabase init`: - Added a new flag: `--mcp-client` - Usage: `supabase init --mcp-client=claude-code` (also supports `cursor`, `vscode`) - This runs MCP setup...

Hey @sweatybridge, brainstormed about this with @gregnr and we've decided to go on a different direction. It's still under development but I'll change the [Linear issue](https://linear.app/supabase/issue/AI-81/cli-init) with the new approach...

@sweatybridge ready for review. I've updated the description with the expected behavior