Skip to content

Commit b9b1177

Browse files
chore: release main (#287)
🤖 I have created a release *beep* *boop* --- <details><summary>mcp-utils: 0.5.1</summary> ## [0.5.1](mcp-utils-v0.5.0...mcp-utils-v0.5.1) (2026-06-05) ### Bug Fixes * update repo URLs after `supabase/mcp` transfer ([#295](#295)) ([71e48cc](71e48cc)) </details> <details><summary>mcp-server-supabase: 0.8.2</summary> ## [0.8.2](mcp-server-supabase-v0.8.1...mcp-server-supabase-v0.8.2) (2026-06-05) ### Bug Fixes * **test:** resolve edge function test typo and invalid branch array access ([#279](#279)) ([da182d6](da182d6)) * update repo URLs after `supabase/mcp` transfer ([#295](#295)) ([71e48cc](71e48cc)) </details> <details><summary>mcp-server-postgrest: 0.1.1</summary> ## [0.1.1](mcp-server-postgrest-v0.1.0...mcp-server-postgrest-v0.1.1) (2026-06-05) ### Bug Fixes * update repo URLs after `supabase/mcp` transfer ([#295](#295)) ([71e48cc](71e48cc)) </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 71e48cc commit b9b1177

8 files changed

Lines changed: 34 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/mcp-utils": "0.5.0",
3-
"packages/mcp-server-supabase": "0.8.1",
4-
"packages/mcp-server-postgrest": "0.1.0"
2+
"packages/mcp-utils": "0.5.1",
3+
"packages/mcp-server-supabase": "0.8.2",
4+
"packages/mcp-server-postgrest": "0.1.1"
55
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/supabase/mcp/compare/mcp-server-postgrest-v0.1.0...mcp-server-postgrest-v0.1.1) (2026-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* update repo URLs after `supabase/mcp` transfer ([#295](https://github.com/supabase/mcp/issues/295)) ([71e48cc](https://github.com/supabase/mcp/commit/71e48cce0350e1b53191e8a0f9c6120314e4fcc1))

packages/mcp-server-postgrest/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/mcp-server-postgrest",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "MCP server for PostgREST",
55
"license": "Apache-2.0",
66
"repository": {
@@ -19,7 +19,9 @@
1919
"prepublishOnly": "pnpm build",
2020
"test": "vitest"
2121
},
22-
"files": ["dist/**/*"],
22+
"files": [
23+
"dist/**/*"
24+
],
2325
"bin": {
2426
"mcp-server-postgrest": "./dist/stdio.js"
2527
},

packages/mcp-server-supabase/CHANGELOG.md

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

3+
## [0.8.2](https://github.com/supabase/mcp/compare/mcp-server-supabase-v0.8.1...mcp-server-supabase-v0.8.2) (2026-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **test:** resolve edge function test typo and invalid branch array access ([#279](https://github.com/supabase/mcp/issues/279)) ([da182d6](https://github.com/supabase/mcp/commit/da182d6633f7ae5144abfdb9a9b168d882bfc03f))
9+
* update repo URLs after `supabase/mcp` transfer ([#295](https://github.com/supabase/mcp/issues/295)) ([71e48cc](https://github.com/supabase/mcp/commit/71e48cce0350e1b53191e8a0f9c6120314e4fcc1))
10+
311
## [0.8.1](https://github.com/supabase-community/supabase-mcp/compare/mcp-server-supabase-v0.8.0...mcp-server-supabase-v0.8.1) (2026-05-01)
412

513

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.8.1",
4+
"version": "0.8.2",
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.8.1",
63+
"version": "0.8.2",
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.8.1",
75+
"version": "0.8.2",
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.5.1](https://github.com/supabase/mcp/compare/mcp-utils-v0.5.0...mcp-utils-v0.5.1) (2026-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* update repo URLs after `supabase/mcp` transfer ([#295](https://github.com/supabase/mcp/issues/295)) ([71e48cc](https://github.com/supabase/mcp/commit/71e48cce0350e1b53191e8a0f9c6120314e4fcc1))
9+
310
## [0.5.0](https://github.com/supabase-community/supabase-mcp/compare/mcp-utils-v0.4.0...mcp-utils-v0.5.0) (2026-04-30)
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.0",
3+
"version": "0.5.1",
44
"description": "MCP utilities",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)