From de39da5ba2daf371d35601bc9e8f3946dbfc373f Mon Sep 17 00:00:00 2001 From: Dickson Tsai Date: Thu, 16 Apr 2026 13:01:47 -0700 Subject: [PATCH] Point supabase plugin to supabase-community/supabase-plugin (#1442) Remove the in-repo supabase stub; source from the external repo. Co-authored-by: Claude --- .claude-plugin/marketplace.json | 7 +++++-- external_plugins/supabase/.claude-plugin/plugin.json | 7 ------- external_plugins/supabase/.mcp.json | 6 ------ 3 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 external_plugins/supabase/.claude-plugin/plugin.json delete mode 100644 external_plugins/supabase/.mcp.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 01a9ef2..de9cc7d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1469,8 +1469,11 @@ "name": "supabase", "description": "Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with your backend directly.", "category": "database", - "source": "./external_plugins/supabase", - "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/supabase" + "source": { + "source": "url", + "url": "https://github.com/supabase-community/supabase-plugin.git" + }, + "homepage": "https://github.com/supabase-community/supabase-plugin" }, { "name": "superpowers", diff --git a/external_plugins/supabase/.claude-plugin/plugin.json b/external_plugins/supabase/.claude-plugin/plugin.json deleted file mode 100644 index 2d23085..0000000 --- a/external_plugins/supabase/.claude-plugin/plugin.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "supabase", - "description": "Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with your backend directly.", - "author": { - "name": "Supabase" - } -} diff --git a/external_plugins/supabase/.mcp.json b/external_plugins/supabase/.mcp.json deleted file mode 100644 index 8df00e1..0000000 --- a/external_plugins/supabase/.mcp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "supabase": { - "type": "http", - "url": "https://mcp.supabase.com/mcp" - } -}