Skip to content

Commit 38d7016

Browse files
authored
chore: update registry to 2025-09-29 schema, bump version (#156)
* chore: update `server.json` for 2025-09-29 schema https://github.com/modelcontextprotocol/registry/blob/a09ae89b4c433a81ec20fc3be6a58d4c9b03c930/docs/reference/server-json/CHANGELOG.md#server-json-schema-changelog * chore: bump registry version for 0.5.6
1 parent 056b0d4 commit 38d7016

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

packages/mcp-server-supabase/server.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
33
"name": "com.supabase/mcp",
44
"description": "MCP server for interacting with the Supabase platform",
5-
"status": "active",
65
"repository": {
76
"url": "https://github.com/supabase-community/supabase-mcp",
87
"source": "github",
98
"subfolder": "packages/mcp-server-supabase"
109
},
11-
"website_url": "https://supabase.com/mcp",
12-
"version": "0.5.5",
10+
"websiteUrl": "https://supabase.com/mcp",
11+
"version": "0.5.6",
1312
"remotes": [
1413
{
1514
"type": "streamable-http",
@@ -18,51 +17,51 @@
1817
],
1918
"packages": [
2019
{
21-
"registry_type": "npm",
22-
"registry_base_url": "https://registry.npmjs.org",
20+
"registryType": "npm",
21+
"registryBaseUrl": "https://registry.npmjs.org",
2322
"identifier": "@supabase/mcp-server-supabase",
24-
"version": "0.5.5",
23+
"version": "0.5.6",
2524
"transport": {
2625
"type": "stdio"
2726
},
28-
"runtime_hint": "npx",
29-
"runtime_arguments": [
27+
"runtimeHint": "npx",
28+
"runtimeArguments": [
3029
{
3130
"type": "named",
3231
"name": "--project-ref",
3332
"description": "Supabase project reference ID",
3433
"format": "string",
35-
"is_required": false
34+
"isRequired": false
3635
},
3736
{
3837
"type": "named",
3938
"name": "--read-only",
4039
"description": "Enable read-only mode",
4140
"format": "boolean",
42-
"is_required": false
41+
"isRequired": false
4342
},
4443
{
4544
"type": "named",
4645
"name": "--features",
4746
"description": "Comma-separated list of features to enable",
4847
"format": "string",
49-
"is_required": false
48+
"isRequired": false
5049
},
5150
{
5251
"type": "named",
5352
"name": "--api-url",
5453
"description": "Custom API URL",
5554
"format": "string",
56-
"is_required": false
55+
"isRequired": false
5756
}
5857
],
59-
"environment_variables": [
58+
"environmentVariables": [
6059
{
6160
"name": "SUPABASE_ACCESS_TOKEN",
6261
"description": "Personal access token for Supabase API",
6362
"format": "string",
64-
"is_required": true,
65-
"is_secret": true
63+
"isRequired": true,
64+
"isSecret": true
6665
}
6766
]
6867
}

0 commit comments

Comments
 (0)