Skip to content

Commit c39cac2

Browse files
committed
v0.5.4
1 parent 998fade commit c39cac2

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.3",
4+
"version": "0.5.4",
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,13 +8,13 @@
88
"source": "github",
99
"subfolder": "packages/mcp-server-supabase"
1010
},
11-
"version": "0.5.3",
11+
"version": "0.5.4",
1212
"packages": [
1313
{
1414
"registry_type": "npm",
1515
"registry_base_url": "https://registry.npmjs.org",
1616
"identifier": "@supabase/mcp-server-supabase",
17-
"version": "0.5.3",
17+
"version": "0.5.4",
1818
"transport": {
1919
"type": "stdio"
2020
},

0 commit comments

Comments
 (0)