Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,26 @@
"performance"
],
"license": "MIT"
},
{
"name": "supabase",
"source": {
"source": "github",
"repo": "supabase-community/supabase-plugin"
},
Comment on lines +127 to +130
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rodriguespn I think we'll need to set the path here to agents/copilot, similar to this.

Copy link
Copy Markdown

@gregnr gregnr May 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Following up: the plugin.json now lives at .github/plugin/plugin.json in supabase-community/supabase-plugin which will be discovered implicitly, so no need for path here.

"description": "Supabase tools for GitHub Copilot — MCP server for managing your Supabase projects and skills to guide you through every stage of building with Supabase.",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious how version in the marketplace.json compares to the version in the target plugin.json. The supabase-plugin repo will have its own release cycle, so also having a version tracked here will make releases/maintenance tricky.

"repository": "https://github.com/supabase-community/supabase-plugin",
"keywords": [
"supabase",
"postgres",
"database",
"auth",
"storage",
"edge-functions",
"realtime",
"mcp"
],
"license": "MIT"
}
]
}
Loading