Key changes
- Introducing the first tool of a new tool "Logs & Analytics" suite:
- `retrieve_logs` tool allows users to easily retrieve logs from any log collection in Supabase, such as Auth, Postgres, PostgREST, Edge functions and many others. This will greatly aid in debugging and working with Supabase instance from the IDE / MCP client.
- updated README and smithery.yaml to clarify `SUPABASE_DB_REGION` is a required variable (no breaking changes, but this will be enforced in future versions)
- improved error handling of "Tenant not found", which is often caused by the mismatch between the region MCP server connects to
- introduced log rotation to avoid log overflow
Commits
* feat(logs): introduce retrieve_logs tool by alexander-zuev in https://github.com/alexander-zuev/supabase-mcp-server/pull/56
**Full Changelog**: https://github.com/alexander-zuev/supabase-mcp-server/compare/v0.3.11...v0.3.12