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" - } -}