Skip to content
Open
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/mcp-utils": "0.5.1",
"packages/mcp-server-supabase": "0.9.0",
"packages/mcp-utils": "0.6.0",
"packages/mcp-server-supabase": "0.10.0",
"packages/mcp-server-postgrest": "0.1.1"
}
13 changes: 13 additions & 0 deletions packages/mcp-server-supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.10.0](https://github.com/supabase/mcp/compare/mcp-server-supabase-v0.9.0...mcp-server-supabase-v0.10.0) (2026-07-27)


### Features

* add --content-api-url flag and SUPABASE_CONTENT_API_URL env var ([#343](https://github.com/supabase/mcp/issues/343)) ([6fcaaa3](https://github.com/supabase/mcp/commit/6fcaaa39061545d21aeae9f19672437f4b1f617d))
* hide tools from tools/list ([#334](https://github.com/supabase/mcp/issues/334)) ([d80471a](https://github.com/supabase/mcp/commit/d80471a13b9ceafbdadfec30a0d38c80baa7e718))


### Bug Fixes

* **pg-meta:** pair composite FK columns positionally to avoid cartesi… ([#317](https://github.com/supabase/mcp/issues/317)) ([10af00b](https://github.com/supabase/mcp/commit/10af00bbce7ff1dc116be36a78670119220fb2da))

## [0.9.0](https://github.com/supabase/mcp/compare/mcp-server-supabase-v0.8.3...mcp-server-supabase-v0.9.0) (2026-07-16)


Expand Down
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.9.0",
"version": "0.10.0",
"description": "MCP server for interacting with Supabase",
"license": "Apache-2.0",
"repository": {
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 @@ -60,7 +60,7 @@
"subfolder": "packages/mcp-server-supabase"
},
"websiteUrl": "https://supabase.com/mcp",
"version": "0.9.0",
"version": "0.10.0",
"remotes": [
{
"type": "streamable-http",
Expand All @@ -72,7 +72,7 @@
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@supabase/mcp-server-supabase",
"version": "0.9.0",
"version": "0.10.0",
"transport": {
"type": "stdio"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/mcp-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/supabase/mcp/compare/mcp-utils-v0.5.1...mcp-utils-v0.6.0) (2026-07-27)


### Features

* hide tools from tools/list ([#334](https://github.com/supabase/mcp/issues/334)) ([d80471a](https://github.com/supabase/mcp/commit/d80471a13b9ceafbdadfec30a0d38c80baa7e718))

## [0.5.1](https://github.com/supabase/mcp/compare/mcp-utils-v0.5.0...mcp-utils-v0.5.1) (2026-06-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/mcp-utils",
"version": "0.5.1",
"version": "0.6.0",
"description": "MCP utilities",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading