You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add interactive MCP configuration to supabase init
- Replace --mcp-client flag with interactive prompts
- Add yes/no prompt: 'Configure Supabase MCP server locally?'
- Add dropdown selection for client choice (Claude Code, Cursor, VS Code, Other)
- Add 'Other' option for manual configuration
- Update all clients to use local MCP server (http://localhost:54321/mcp)
- Fix VS Code config property from 'mcpServers' to 'servers'
- Replace VS Code scope selection with interactive dropdown (project/global)
This implements the requirements from Linear issue AI-81.
0 commit comments