The Wire · Showcase
MCP SERVERS MOVE TO SDK V2
By RepoJournal · Filed · About Supabase
Supabase's MCP packages cut over to the v2 wire protocol today, and if you consume them, the next upgrade is not optional.
All three published MCP packages released breaking versions that move off the monolithic `@modelcontextprotocol/sdk` to the split v2 packages [1][2][3]. The peer dependency is now `@modelcontextprotocol/server`, so consumers must install the new package. Realtime also hardened its replication watchdog to restart the slot when it's not active [4], and the Studio quietly shipped a Workers list page behind a feature flag [5]. The docs team migrated 47 BigQuery-era log queries to the ClickHouse engine and retired the Logs Explorer, repointing every link at the SQL Editor [6]. If you're touching MCP integrations today, verify your package manifest before anything else. Everything else is steady motion, with 59 commits and 57 PRs across the period.
One email a day. Unsubscribe in one click.
Keep up with Supabase in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Update MCP consumers to install @modelcontextprotocol/server as a peer dependency and re-test imports of createMcpServer before any deploy supabase/mcp [immediate]
- → Review any code that relied on the dropped types ExtractRequest, ExtractNotification, ExtractResult, ExpandRecursively from @supabase/mcp-utils supabase/mcp [immediate]
- → Move Logs Explorer links to the SQL Editor with query source set to Logs, as the explorer is being retired supabase/supabase [plan]
References
- [1] mcp-server-postgrest: v0.2.0 ↗ supabase/mcp
- [2] mcp-server-supabase: v0.11.0 ↗ supabase/mcp
- [3] mcp-utils: v0.7.0 ↗ supabase/mcp
- [4] fix: update watch dog to check if slot is active ↗ supabase/realtime
- [5] feat(studio): workers list behind the workers flag (FE-4188) ↗ supabase/supabase
- [6] docs: migrate logs queries to ClickHouse and link to the SQL Editor ↗ supabase/supabase