|
1 | 1 | { |
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", |
3 | 3 | "name": "com.supabase/mcp", |
4 | 4 | "description": "MCP server for interacting with the Supabase platform", |
5 | | - "status": "active", |
6 | 5 | "repository": { |
7 | 6 | "url": "https://github.com/supabase-community/supabase-mcp", |
8 | 7 | "source": "github", |
9 | 8 | "subfolder": "packages/mcp-server-supabase" |
10 | 9 | }, |
11 | | - "website_url": "https://supabase.com/mcp", |
12 | | - "version": "0.5.5", |
| 10 | + "websiteUrl": "https://supabase.com/mcp", |
| 11 | + "version": "0.5.6", |
13 | 12 | "remotes": [ |
14 | 13 | { |
15 | 14 | "type": "streamable-http", |
|
18 | 17 | ], |
19 | 18 | "packages": [ |
20 | 19 | { |
21 | | - "registry_type": "npm", |
22 | | - "registry_base_url": "https://registry.npmjs.org", |
| 20 | + "registryType": "npm", |
| 21 | + "registryBaseUrl": "https://registry.npmjs.org", |
23 | 22 | "identifier": "@supabase/mcp-server-supabase", |
24 | | - "version": "0.5.5", |
| 23 | + "version": "0.5.6", |
25 | 24 | "transport": { |
26 | 25 | "type": "stdio" |
27 | 26 | }, |
28 | | - "runtime_hint": "npx", |
29 | | - "runtime_arguments": [ |
| 27 | + "runtimeHint": "npx", |
| 28 | + "runtimeArguments": [ |
30 | 29 | { |
31 | 30 | "type": "named", |
32 | 31 | "name": "--project-ref", |
33 | 32 | "description": "Supabase project reference ID", |
34 | 33 | "format": "string", |
35 | | - "is_required": false |
| 34 | + "isRequired": false |
36 | 35 | }, |
37 | 36 | { |
38 | 37 | "type": "named", |
39 | 38 | "name": "--read-only", |
40 | 39 | "description": "Enable read-only mode", |
41 | 40 | "format": "boolean", |
42 | | - "is_required": false |
| 41 | + "isRequired": false |
43 | 42 | }, |
44 | 43 | { |
45 | 44 | "type": "named", |
46 | 45 | "name": "--features", |
47 | 46 | "description": "Comma-separated list of features to enable", |
48 | 47 | "format": "string", |
49 | | - "is_required": false |
| 48 | + "isRequired": false |
50 | 49 | }, |
51 | 50 | { |
52 | 51 | "type": "named", |
53 | 52 | "name": "--api-url", |
54 | 53 | "description": "Custom API URL", |
55 | 54 | "format": "string", |
56 | | - "is_required": false |
| 55 | + "isRequired": false |
57 | 56 | } |
58 | 57 | ], |
59 | | - "environment_variables": [ |
| 58 | + "environmentVariables": [ |
60 | 59 | { |
61 | 60 | "name": "SUPABASE_ACCESS_TOKEN", |
62 | 61 | "description": "Personal access token for Supabase API", |
63 | 62 | "format": "string", |
64 | | - "is_required": true, |
65 | | - "is_secret": true |
| 63 | + "isRequired": true, |
| 64 | + "isSecret": true |
66 | 65 | } |
67 | 66 | ] |
68 | 67 | } |
|
0 commit comments