Skip to content

Commit 302d2ad

Browse files
chore: release main (#336)
🤖 I have created a release *beep* *boop* --- <details><summary>mcp-utils: 0.6.0</summary> ## [0.6.0](mcp-utils-v0.5.1...mcp-utils-v0.6.0) (2026-08-10) ### Features * hide tools from tools/list ([#334](#334)) ([d80471a](d80471a)) </details> <details><summary>mcp-server-supabase: 0.10.0</summary> ## [0.10.0](mcp-server-supabase-v0.9.0...mcp-server-supabase-v0.10.0) (2026-08-10) ### ⚠ BREAKING CHANGES * add query_logs tool for custom log queries ([#333](#333)) ### Features * add --content-api-url flag and SUPABASE_CONTENT_API_URL env var ([#343](#343)) ([6fcaaa3](6fcaaa3)) * add query_logs tool for custom log queries ([#333](#333)) ([798806b](798806b)) * hide tools from tools/list ([#334](#334)) ([d80471a](d80471a)) ### Bug Fixes * hide read-only mode ([#349](#349)) ([5cda067](5cda067)) * **pg-meta:** pair composite FK columns positionally to avoid cartesi… ([#317](#317)) ([10af00b](10af00b)) * select query_logs dialect via logsDialect ([#357](#357)) ([80ff453](80ff453)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: supabase-releaser[bot] <223506987+supabase-releaser[bot]@users.noreply.github.com>
1 parent 80ff453 commit 302d2ad

6 files changed

Lines changed: 33 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/mcp-utils": "0.5.1",
3-
"packages/mcp-server-supabase": "0.9.0",
2+
"packages/mcp-utils": "0.6.0",
3+
"packages/mcp-server-supabase": "0.10.0",
44
"packages/mcp-server-postgrest": "0.1.1"
55
}

packages/mcp-server-supabase/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/supabase/mcp/compare/mcp-server-supabase-v0.9.0...mcp-server-supabase-v0.10.0) (2026-08-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add query_logs tool for custom log queries ([#333](https://github.com/supabase/mcp/issues/333))
9+
10+
### Features
11+
12+
* 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))
13+
* add query_logs tool for custom log queries ([#333](https://github.com/supabase/mcp/issues/333)) ([798806b](https://github.com/supabase/mcp/commit/798806b4a4c132be39d5578a77186ad0e5e4c875))
14+
* hide tools from tools/list ([#334](https://github.com/supabase/mcp/issues/334)) ([d80471a](https://github.com/supabase/mcp/commit/d80471a13b9ceafbdadfec30a0d38c80baa7e718))
15+
16+
17+
### Bug Fixes
18+
19+
* hide read-only mode ([#349](https://github.com/supabase/mcp/issues/349)) ([5cda067](https://github.com/supabase/mcp/commit/5cda0672702c65fe672280ee4cf306593e643fb6))
20+
* **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))
21+
* select query_logs dialect via logsDialect ([#357](https://github.com/supabase/mcp/issues/357)) ([80ff453](https://github.com/supabase/mcp/commit/80ff4538afe5385db6c896fe851c4f5b7f66eb3b))
22+
323
## [0.9.0](https://github.com/supabase/mcp/compare/mcp-server-supabase-v0.8.3...mcp-server-supabase-v0.9.0) (2026-07-16)
424

525

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.9.0",
4+
"version": "0.10.0",
55
"description": "MCP server for interacting with Supabase",
66
"license": "Apache-2.0",
77
"repository": {

packages/mcp-server-supabase/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"subfolder": "packages/mcp-server-supabase"
6161
},
6262
"websiteUrl": "https://supabase.com/mcp",
63-
"version": "0.9.0",
63+
"version": "0.10.0",
6464
"remotes": [
6565
{
6666
"type": "streamable-http",
@@ -72,7 +72,7 @@
7272
"registryType": "npm",
7373
"registryBaseUrl": "https://registry.npmjs.org",
7474
"identifier": "@supabase/mcp-server-supabase",
75-
"version": "0.9.0",
75+
"version": "0.10.0",
7676
"transport": {
7777
"type": "stdio"
7878
},

packages/mcp-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/supabase/mcp/compare/mcp-utils-v0.5.1...mcp-utils-v0.6.0) (2026-08-10)
4+
5+
6+
### Features
7+
8+
* hide tools from tools/list ([#334](https://github.com/supabase/mcp/issues/334)) ([d80471a](https://github.com/supabase/mcp/commit/d80471a13b9ceafbdadfec30a0d38c80baa7e718))
9+
310
## [0.5.1](https://github.com/supabase/mcp/compare/mcp-utils-v0.5.0...mcp-utils-v0.5.1) (2026-06-05)
411

512

packages/mcp-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/mcp-utils",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "MCP utilities",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)