Skip to content

Commit cc1e3ed

Browse files
authored
v0.5.8 (#170)
1 parent c3e263c commit cc1e3ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/mcp-server-supabase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supabase/mcp-server-supabase",
33
"mcpName": "com.supabase/mcp",
4-
"version": "0.5.7",
4+
"version": "0.5.8",
55
"description": "MCP server for interacting with Supabase",
66
"license": "Apache-2.0",
77
"type": "module",

packages/mcp-server-supabase/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"subfolder": "packages/mcp-server-supabase"
99
},
1010
"websiteUrl": "https://supabase.com/mcp",
11-
"version": "0.5.6",
11+
"version": "0.5.8",
1212
"remotes": [
1313
{
1414
"type": "streamable-http",
@@ -20,7 +20,7 @@
2020
"registryType": "npm",
2121
"registryBaseUrl": "https://registry.npmjs.org",
2222
"identifier": "@supabase/mcp-server-supabase",
23-
"version": "0.5.6",
23+
"version": "0.5.8",
2424
"transport": {
2525
"type": "stdio"
2626
},

0 commit comments

Comments
 (0)