Conversation
This was referenced Sep 8, 2026
jordienr
changed the base branch from
jordi/add-management-v2-client
to
main
September 8, 2026 10:05
Coverage Report for CI Build 34953455386Warning Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes. Coverage decreased (-0.03%) to 96.386%Details
Uncovered Changes
Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
jordienr
marked this pull request as ready for review
September 15, 2026 13:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The MCP exposes security and performance advisors but cannot report Health Advisor error-rate findings.
Fix
Add
healthtoget_advisorsfor backends that support it. Use the v2 Management API to request only high error-rate checks for Data API, Auth, Storage, and Edge Functions. Database connection and infrastructure checks are not requested.Hide
project_not_activeandadvisor_check_unavailablefor now. Return the existing grouped advisor format and preserve compatibility with custom backends that only support security and performance.How to test
pnpm --filter @supabase/mcp-server-supabase typecheck.CI=1 pnpm --filter @supabase/mcp-server-supabase test -- --run src/server.test.ts src/management-api-v2/index.test.ts. Tests cover the four-check request, hidden unavailable statuses, grouped output, and legacy backend compatibility.pnpm exec biome ci ..An earlier live local MCP call verified v2 access-token authentication. The latest check selection and status preservation are validated with mocked API responses.