From 1c0c389ce27bcabeccbffebd64c8b33a60757e83 Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Thu, 21 May 2026 13:01:01 +0100 Subject: [PATCH 1/2] feat: add Supabase plugin Co-Authored-By: Claude Sonnet 4.6 --- .github/plugin/marketplace.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index bc29706..482a618 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -121,6 +121,26 @@ "performance" ], "license": "MIT" + }, + { + "name": "supabase", + "source": { + "source": "github", + "repo": "supabase-community/supabase-plugin" + }, + "description": "Supabase tools for GitHub Copilot — MCP server for managing your Supabase projects plus expert skills for Postgres best practices and full-stack Supabase development.", + "repository": "https://github.com/supabase-community/supabase-plugin", + "keywords": [ + "supabase", + "postgres", + "database", + "auth", + "storage", + "edge-functions", + "realtime", + "mcp" + ], + "license": "MIT" } ] } From d4bb28380cc305477a09c694e95cb1cf1dd2df5e Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Thu, 21 May 2026 13:04:10 +0100 Subject: [PATCH 2/2] fix: update supabase plugin description Co-Authored-By: Claude Sonnet 4.6 --- .github/plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 482a618..7444787 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -128,7 +128,7 @@ "source": "github", "repo": "supabase-community/supabase-plugin" }, - "description": "Supabase tools for GitHub Copilot — MCP server for managing your Supabase projects plus expert skills for Postgres best practices and full-stack Supabase development.", + "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.", "repository": "https://github.com/supabase-community/supabase-plugin", "keywords": [ "supabase",