Skip to content

v0.3.5

Latest
Compare
Choose a tag to compare
@gregnr gregnr released this 11 Apr 17:16
· 1 commit to main since this release

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