chore(platform-lite): bump Supabase MCP to 0.12.0 - #263
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
Thanks for take care of this Barry. AFAIK, we would still need to bump the MCP server version in here right?
evals/packages/core/src/index.ts
Line 1256 in 1d859a7
This is the MCP Server version we're using when running the evals.
npx @supabase/mcp-server-supabase@0.11.0 --access-token <token> --features docs,account,database,development,debugging,functions [--api-url <url>]The npm package used in packages/platform-lite/package.json is used only on the platform-lite tests
|
Good catch @Rodriguespn. I bumped the eval launcher default to 0.12.0 in |
Rodriguespn
left a comment
There was a problem hiding this comment.
Approved 🚢
Platform-lite bumps to ^0.12.0 and the harness runtime pin (MCP_SERVER_VERSION) now tracks 0.12.0; lockfile clean, typecheck and all core/platform-lite tests pass, and no integration change is needed (cost confirmation is opt-in and unused).
Summary
Changelog review
platform-lite uses the MCP platform API with an access token and API URL. It does not enable cost confirmation or depend on the legacy cost tools, so 0.12.0 needs no integration change.
Testing
pnpm install --frozen-lockfilepnpm --filter @supabase-evals/platform-lite typecheckpnpm exec biome check packages/platform-litepnpm --filter @supabase-evals/platform-lite exec vitest run test/mcp-platform.test.ts test/clickhouse-logs.test.ts