Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mcp-server-supabase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supabase/mcp-server-supabase",
"mcpName": "com.supabase/mcp",
"version": "0.5.7",
"version": "0.5.8",
"description": "MCP server for interacting with Supabase",
"license": "Apache-2.0",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp-server-supabase/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subfolder": "packages/mcp-server-supabase"
},
"websiteUrl": "https://supabase.com/mcp",
"version": "0.5.6",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming that we forgot to bump to version 0.5.7 right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that file is the one the registry uses. v0.5.7 was just to fix a publication issue and didn't get updated in the registry.
CleanShot 2025-10-27 at 11 02 25@2x

"version": "0.5.8",
"remotes": [
{
"type": "streamable-http",
Expand All @@ -20,7 +20,7 @@
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@supabase/mcp-server-supabase",
"version": "0.5.6",
"version": "0.5.8",
"transport": {
"type": "stdio"
},
Expand Down