Point supabase plugin to supabase-community/supabase-plugin (#1442)

Remove the in-repo supabase stub; source from the external repo.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Dickson Tsai 2026-04-16 13:01:47 -07:00 committed by GitHub
parent cb8c857a5e
commit de39da5ba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 15 deletions

View File

@ -1469,8 +1469,11 @@
"name": "supabase", "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.", "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", "category": "database",
"source": "./external_plugins/supabase", "source": {
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/supabase" "source": "url",
"url": "https://github.com/supabase-community/supabase-plugin.git"
},
"homepage": "https://github.com/supabase-community/supabase-plugin"
}, },
{ {
"name": "superpowers", "name": "superpowers",

View File

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

View File

@ -1,6 +0,0 @@
{
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}