> They imagine a scenario where a developer asks Cursor, running the Supabase MCP, to "use cursor’s agent to list the latest support tickets"
What was ever wrong with select title, description from tickets where created_at > now() - interval '3 days'? This all feels like such a pointless house of cards to perform extremely basic searching and filtering.
replies(2):