Skip to content

Commit 759048d

Browse files
committed
feat(mcp-registry): add remote transport to server.json
1 parent a858263 commit 759048d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/mcp-server-supabase/server.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
"source": "github",
99
"subfolder": "packages/mcp-server-supabase"
1010
},
11+
"website_url": "https://supabase.com/mcp",
1112
"version": "0.5.5",
13+
"remotes": [
14+
{
15+
"type": "streamable-http",
16+
"url": "https://mcp.supabase.com/mcp"
17+
}
18+
],
1219
"packages": [
1320
{
1421
"registry_type": "npm",

0 commit comments

Comments
 (0)