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
- chore: document branching for MCP and production workflow by @sweatybridge in #46
- feat: llm e2e tests by @gregnr in #48
- Global read only mode by @gregnr in #47
- fix: tool calls with undefined args by @gregnr in #50
Full Changelog: v0.3.4...v0.3.5