The Wire · Showcase
MCP SERVER SUPABASE SHIPS EDGE FUNCTION LOGS, POSTGRES BUMPS TO v17.6.1.149, REALTIME SLASHES TENANT CREATION OVERHEAD
By RepoJournal · Filed · About Supabase
The MCP server gains edge function runtime visibility while infrastructure rolls forward across three major subsystems overnight.
MCP server-supabase jumped to v0.9.0 [1] with support for edge function runtime logs in the get_logs tool, a feature teams have been waiting for to debug async workloads. The same release also fixes a critical data integrity bug [2] where composite foreign keys were returning cartesian products instead of actual column pairings, so if your schema inspector was lying to you about multi-column relationships, update immediately. The team also introduced a hidden tool flag [3] to support breaking change patterns without breaking existing integrations, and spun up automated daily CI to keep management API types synced [4], reducing noise on PRs that just touch generated code. Across the Postgres fleet, v17.6.1.149 shipped with PostgREST v14.15 bumped in, qemu/k8s image build fixes [5], and space validation before upgrades to prevent mid-migration disk panics [5]. Realtime v2.116.0 [13] and v2.115.0 landed back-to-back with a major win: tenant database dumps now load in a single shot instead of sequential migrations, shaving milliseconds off tenant creation [6], and Phoenix error messages now surface actual debugging information instead of cryptic stacks [7]. The dashboard got a features search relevance overhaul [8] so your best-matching results rank first, not alphabetically, and the Schema Visualizer can now export enums and RLS policies to Markdown [9]. Dependencies across CLI stayed fresh with Anthropic SDK, semantic-release, and undici bumps [10] [11], plus the oapi-codegen security fix [12] rolled in.
Action items
- → Upgrade mcp-server-supabase to v0.9.0 for composite FK fix and edge function logs supabase/mcp [immediate]
- → Update Postgres to v17.6.1.149 for PostgREST v14.15 and disk space validation supabase/postgres [plan]
- → Deploy Realtime v2.116.0 to take advantage of tenant dump fast path supabase/realtime [plan]
References
- [1] mcp-server-supabase: v0.9.0 ↗ supabase/mcp
- [2] fix(pg-meta): pair composite FK columns positionally to avoid cartesi… ↗ supabase/mcp
- [3] feat: hide tools from tools/list ↗ supabase/mcp
- [4] ci: management api type sync ↗ supabase/mcp
- [5] v17.6.1.149-cli ↗ supabase/postgres
- [6] feat: load tenant database dump ↗ supabase/realtime
- [7] feat: improve phoenix errors ↗ supabase/realtime
- [8] Improve features search with relevance-based ranking ↗ supabase/supabase
- [9] feat(studio): include enums and RLS policies in Schema Visualizer Cop… (#46189) supabase/supabase
- [10] chore(deps): bump the npm-major group with 10 updates ↗ supabase/cli
- [11] chore(deps): bump the npm-major group across 1 directory with 19 updates ↗ supabase/cli
- [12] chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 from 2.4.1 to 2.7.1 in /apps/cli-go ↗ supabase/cli
- [13] v2.116.0 ↗ supabase/realtime