github supabase-community/supabase-mcp v0.3.5

latest releases: v0.6.3, v0.6.2, v0.6.1...
10 months ago

What's Changed

  • You can now use the --read-only flag to force all SQL queries to run as a read-only Postgres user. This is useful if you want to connect your AI agent with Supabase for query purposes but don't want to risk AI modifying your database.

  • Fixes the following Windsurf error when calling tools that take no parameters:

    [ { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [], "message": "Required" } ] (Code -32603)
    

By PR

Full Changelog: v0.3.4...v0.3.5

Don't miss a new supabase-mcp release

NewReleases is sending notifications on new releases.