Skip to content

feat(advisors): add health advisor support - #406

Draft
jordienr wants to merge 1 commit into
mainfrom
jordi/add-health-advisor-support
Draft

feat(advisors): add health advisor support#406
jordienr wants to merge 1 commit into
mainfrom
jordi/add-health-advisor-support

Conversation

@jordienr

@jordienr jordienr commented Sep 3, 2026

Copy link
Copy Markdown
Member

Problem

The MCP exposes Security and Performance Advisor findings, but it cannot retrieve the newer Health Advisor findings.

Fix

Add health to the existing get_advisors tool. It runs the v2 Health Advisor checks, returns the established lint shape, and filters dashboard-only sentinel results.

How to test

  • Run CI=1 pnpm --filter @supabase/mcp-server-supabase test -- --run src/server.test.ts
  • Expected result: 113 tests pass, including the Health Advisor payload, response normalization, project-ref encoding, and malformed-response cases.
  • Run pnpm --filter @supabase/mcp-server-supabase typecheck
  • Expected result: TypeScript completes without errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant