Skip to content

v0.3.12 - Logs & Analytics: Log retrieval tool 🤓

Compare
Choose a tag to compare
@alexander-zuev alexander-zuev released this 12 Mar 11:03
· 9 commits to main since this release
001ad59

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

Full Changelog: v0.3.11...v0.3.12