Skip to content

Commit 45c0f86

Browse files
chore(main): release 1.5.0 (#3379)
🤖 I have created a release *beep* *boop* --- ## [1.5.0](v1.4.0...v1.5.0) (2026-06-18) ### Features * **auth/google:** Require audience or clientId for mcpEnabled ([#3450](#3450)) ([59f7b6e](59f7b6e)) * Enable per source level flags for sql commenter ([#3465](#3465)) ([ecce6b7](ecce6b7)) * **mcp:** Add URL parameter binding for HTTP transport ([#3112](#3112)) ([0cc7b37](0cc7b37)) * **scylladb:** Adding support for ScyllaDB source and tool ([#3119](#3119)) ([2dada83](2dada83)) * **server:** Add support for toolset filtering in prebuilt CLI flag ([#3245](#3245)) ([7cc4f65](7cc4f65)) * **skills:** Generate skills offline without live source connections ([#3388](#3388)) ([4c860b6](4c860b6)) * **skills:** Tolerate missing env vars during offline skills-generate ([#3399](#3399)) ([ea5d3e5](ea5d3e5)) * **source/cloud-storage:** Restrict bucket and local path access ([#3454](#3454)) ([2c3ca5d](2c3ca5d)) * **tools/bigquery:** Add per tool query label in BigQuery jobs ([#1975](#1975)) ([3f6a49f](3f6a49f)) * **tools/dataplex:** Add tools to support metadata enrichment workflow ([#3270](#3270)) ([05289aa](05289aa)) * **tools/mysql:** Add show-query-stats and list-all-locks tools for MySQL and Cloud SQL MySQL source ([#2954](#2954)) ([a9693bd](a9693bd)) * **tools:** Decouple tool initialization from sources ([#3355](#3355)) ([32a24e3](32a24e3)) ### Bug Fixes * **auth/dataplex:** Fix failing source with service account credentials ([#3369](#3369)) ([ba4deef](ba4deef)) * **bigquery:** Wire maximumBytesBilled into prebuilt config ([#3385](#3385)) ([4abbf6e](4abbf6e)) * Bound MCP HTTP body size ([#3216](#3216)) ([d4f4342](d4f4342)) * **config:** Add doc/line context to parse errors ([#2957](#2957)) ([4b097da](4b097da)) * Escape delimiter characters in applyEscape to prevent SQL injection ([#2811](#2811)) ([932519a](932519a)) * **npm:** Source binary version from cmd/version.txt ([#3417](#3417)) ([6ffbdec](6ffbdec)) * **prebuilt/alloydb-omni:** Require password env var explicitly ([#3398](#3398)) ([fcbe3e7](fcbe3e7)) * **server:** Fail if MCP auth is enabled together with enable-api ([#3435](#3435)) ([a6ff910](a6ff910)) * **server:** Return errors instead of panicking in InitializeConfigs ([#3397](#3397)) ([f48b01d](f48b01d)) * **source/cloudhealthcare:** Validate pageURL parameter to prevent SSRF ([#3453](#3453)) ([9abf47d](9abf47d)) * **source/dataplex,source/datalineage:** Specify cloud-platform scope for default credentials ([#3376](#3376)) ([13e8c36](13e8c36)) * **source/http:** Implement SSRF guard ([#3448](#3448)) ([24d7d29](24d7d29)) * **tool/bigquery-execute-sql:** Prevent dataset restriction bypass ([#3452](#3452)) ([ca6d5e3](ca6d5e3)) * **tool/mysql-get-query-plan:** Prevent query execution bypass and statement injection ([#3235](#3235)) ([7ed1e7b](7ed1e7b)) * **tool/spanner-sql,tool/spanner-execute-sql:** Use read-only annotations when readOnly is set ([#3338](#3338)) ([8bde0ec](8bde0ec)) --- 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: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 parent 356083d commit 45c0f86

26 files changed

Lines changed: 112 additions & 75 deletions

File tree

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/googleapis/mcp-toolbox/compare/v1.4.0...v1.5.0) (2026-06-18)
4+
5+
6+
### Features
7+
8+
* **auth/google:** Require audience or clientId for mcpEnabled ([#3450](https://github.com/googleapis/mcp-toolbox/issues/3450)) ([59f7b6e](https://github.com/googleapis/mcp-toolbox/commit/59f7b6e8eaceffca042cb7e2f2b6e5e9284b6bc3))
9+
* Enable per source level flags for sql commenter ([#3465](https://github.com/googleapis/mcp-toolbox/issues/3465)) ([ecce6b7](https://github.com/googleapis/mcp-toolbox/commit/ecce6b7bb551b947b0951cd684cce627a4b6cf1b))
10+
* **mcp:** Add URL parameter binding for HTTP transport ([#3112](https://github.com/googleapis/mcp-toolbox/issues/3112)) ([0cc7b37](https://github.com/googleapis/mcp-toolbox/commit/0cc7b37b733b6a99dad5281af4024b26d730106a))
11+
* **scylladb:** Adding support for ScyllaDB source and tool ([#3119](https://github.com/googleapis/mcp-toolbox/issues/3119)) ([2dada83](https://github.com/googleapis/mcp-toolbox/commit/2dada8306c8737e445c4f8cd3d213b72713c1834))
12+
* **server:** Add support for toolset filtering in prebuilt CLI flag ([#3245](https://github.com/googleapis/mcp-toolbox/issues/3245)) ([7cc4f65](https://github.com/googleapis/mcp-toolbox/commit/7cc4f65a8e767e0da37cf21f0ff2568b38d32b8e))
13+
* **skills:** Generate skills offline without live source connections ([#3388](https://github.com/googleapis/mcp-toolbox/issues/3388)) ([4c860b6](https://github.com/googleapis/mcp-toolbox/commit/4c860b66b03f0ebf86205e73cd8521ad90ccebe4))
14+
* **skills:** Tolerate missing env vars during offline skills-generate ([#3399](https://github.com/googleapis/mcp-toolbox/issues/3399)) ([ea5d3e5](https://github.com/googleapis/mcp-toolbox/commit/ea5d3e5b9e60bf808e10d21b522954d76f7741b6))
15+
* **source/cloud-storage:** Restrict bucket and local path access ([#3454](https://github.com/googleapis/mcp-toolbox/issues/3454)) ([2c3ca5d](https://github.com/googleapis/mcp-toolbox/commit/2c3ca5d256158e32c1386cb061b9cc3cb6c119a1))
16+
* **tools/bigquery:** Add per tool query label in BigQuery jobs ([#1975](https://github.com/googleapis/mcp-toolbox/issues/1975)) ([3f6a49f](https://github.com/googleapis/mcp-toolbox/commit/3f6a49f93116b8805e5082916f1babf39e6da749))
17+
* **tools/dataplex:** Add tools to support metadata enrichment workflow ([#3270](https://github.com/googleapis/mcp-toolbox/issues/3270)) ([05289aa](https://github.com/googleapis/mcp-toolbox/commit/05289aaa022e35996038b061f07eb43574e38bd2))
18+
* **tools/mysql:** Add show-query-stats and list-all-locks tools for MySQL and Cloud SQL MySQL source ([#2954](https://github.com/googleapis/mcp-toolbox/issues/2954)) ([a9693bd](https://github.com/googleapis/mcp-toolbox/commit/a9693bd804e37bab8d4f261434d82bb538563976))
19+
* **tools:** Decouple tool initialization from sources ([#3355](https://github.com/googleapis/mcp-toolbox/issues/3355)) ([32a24e3](https://github.com/googleapis/mcp-toolbox/commit/32a24e35b5bf107bcf5e89af2a9b7af3740747ee))
20+
21+
22+
### Bug Fixes
23+
24+
* **auth/dataplex:** Fix failing source with service account credentials ([#3369](https://github.com/googleapis/mcp-toolbox/issues/3369)) ([ba4deef](https://github.com/googleapis/mcp-toolbox/commit/ba4deef140358e5876d73d355d664f629f7aeccc))
25+
* **bigquery:** Wire maximumBytesBilled into prebuilt config ([#3385](https://github.com/googleapis/mcp-toolbox/issues/3385)) ([4abbf6e](https://github.com/googleapis/mcp-toolbox/commit/4abbf6e82cc4af4c1903d9143337c965987475a9))
26+
* Bound MCP HTTP body size ([#3216](https://github.com/googleapis/mcp-toolbox/issues/3216)) ([d4f4342](https://github.com/googleapis/mcp-toolbox/commit/d4f434251392fb597779a90a12c63d21533ea187))
27+
* **config:** Add doc/line context to parse errors ([#2957](https://github.com/googleapis/mcp-toolbox/issues/2957)) ([4b097da](https://github.com/googleapis/mcp-toolbox/commit/4b097daa2143817e55a9e557e8c1dea054bfc7b8))
28+
* Escape delimiter characters in applyEscape to prevent SQL injection ([#2811](https://github.com/googleapis/mcp-toolbox/issues/2811)) ([932519a](https://github.com/googleapis/mcp-toolbox/commit/932519a9551861bf5f18787dc43b20d06350343f))
29+
* **npm:** Source binary version from cmd/version.txt ([#3417](https://github.com/googleapis/mcp-toolbox/issues/3417)) ([6ffbdec](https://github.com/googleapis/mcp-toolbox/commit/6ffbdecaea98db5c16dc9eeca8fb73e4bbc48102))
30+
* **prebuilt/alloydb-omni:** Require password env var explicitly ([#3398](https://github.com/googleapis/mcp-toolbox/issues/3398)) ([fcbe3e7](https://github.com/googleapis/mcp-toolbox/commit/fcbe3e70d3d4e671e97e424187dba907d7c5b10b))
31+
* **server:** Fail if MCP auth is enabled together with enable-api ([#3435](https://github.com/googleapis/mcp-toolbox/issues/3435)) ([a6ff910](https://github.com/googleapis/mcp-toolbox/commit/a6ff910a602adece11f0a6581d6211e5927f7182))
32+
* **server:** Return errors instead of panicking in InitializeConfigs ([#3397](https://github.com/googleapis/mcp-toolbox/issues/3397)) ([f48b01d](https://github.com/googleapis/mcp-toolbox/commit/f48b01dc1775e4583a06689a2e67fb06e5dd3c68))
33+
* **source/cloudhealthcare:** Validate pageURL parameter to prevent SSRF ([#3453](https://github.com/googleapis/mcp-toolbox/issues/3453)) ([9abf47d](https://github.com/googleapis/mcp-toolbox/commit/9abf47d55c04e3593cf68191d94ef6086c07debc))
34+
* **source/dataplex,source/datalineage:** Specify cloud-platform scope for default credentials ([#3376](https://github.com/googleapis/mcp-toolbox/issues/3376)) ([13e8c36](https://github.com/googleapis/mcp-toolbox/commit/13e8c364de6fa598f1864134eff5b756340c8358))
35+
* **source/http:** Implement SSRF guard ([#3448](https://github.com/googleapis/mcp-toolbox/issues/3448)) ([24d7d29](https://github.com/googleapis/mcp-toolbox/commit/24d7d29b7483d68450d34ace9f0b826caefa2af3))
36+
* **tool/bigquery-execute-sql:** Prevent dataset restriction bypass ([#3452](https://github.com/googleapis/mcp-toolbox/issues/3452)) ([ca6d5e3](https://github.com/googleapis/mcp-toolbox/commit/ca6d5e35160f3a51ab4fc6683e0a19a77851aebd))
37+
* **tool/mysql-get-query-plan:** Prevent query execution bypass and statement injection ([#3235](https://github.com/googleapis/mcp-toolbox/issues/3235)) ([7ed1e7b](https://github.com/googleapis/mcp-toolbox/commit/7ed1e7b88c0a19ba36ac90824966607f828ee576))
38+
* **tool/spanner-sql,tool/spanner-execute-sql:** Use read-only annotations when readOnly is set ([#3338](https://github.com/googleapis/mcp-toolbox/issues/3338)) ([8bde0ec](https://github.com/googleapis/mcp-toolbox/commit/8bde0ec08f8bf455f319523b4faacf32bdbc65ff))
39+
340
## [1.4.0](https://github.com/googleapis/mcp-toolbox/compare/v1.3.0...v1.4.0) (2026-06-04)
441

542

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ To install Toolbox as a binary:
241241
>
242242
> ```sh
243243
> # see releases page for other versions
244-
> export VERSION=1.4.0
244+
> export VERSION=1.5.0
245245
> curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/linux/amd64/toolbox
246246
> chmod +x toolbox
247247
> ```
@@ -254,7 +254,7 @@ To install Toolbox as a binary:
254254
>
255255
> ```sh
256256
> # see releases page for other versions
257-
> export VERSION=1.4.0
257+
> export VERSION=1.5.0
258258
> curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/darwin/arm64/toolbox
259259
> chmod +x toolbox
260260
> ```
@@ -267,7 +267,7 @@ To install Toolbox as a binary:
267267
>
268268
> ```sh
269269
> # see releases page for other versions
270-
> export VERSION=1.4.0
270+
> export VERSION=1.5.0
271271
> curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/darwin/amd64/toolbox
272272
> chmod +x toolbox
273273
> ```
@@ -280,7 +280,7 @@ To install Toolbox as a binary:
280280
>
281281
> ```cmd
282282
> :: see releases page for other versions
283-
> set VERSION=1.4.0
283+
> set VERSION=1.5.0
284284
> curl -o toolbox.exe "https://storage.googleapis.com/mcp-toolbox-for-databases/v%VERSION%/windows/amd64/toolbox.exe"
285285
> ```
286286
>
@@ -292,7 +292,7 @@ To install Toolbox as a binary:
292292
>
293293
> ```powershell
294294
> # see releases page for other versions
295-
> $VERSION = "1.4.0"
295+
> $VERSION = "1.5.0"
296296
> curl.exe -o toolbox.exe "https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/windows/amd64/toolbox.exe"
297297
> ```
298298
>
@@ -304,7 +304,7 @@ To install Toolbox as a binary:
304304
>
305305
> ```cmd
306306
> :: see releases page for other versions
307-
> set VERSION=1.4.0
307+
> set VERSION=1.5.0
308308
> curl -o toolbox.exe "https://storage.googleapis.com/mcp-toolbox-for-databases/v%VERSION%/windows/arm64/toolbox.exe"
309309
> ```
310310
>
@@ -316,7 +316,7 @@ To install Toolbox as a binary:
316316
>
317317
> ```powershell
318318
> # see releases page for other versions
319-
> $VERSION = "1.4.0"
319+
> $VERSION = "1.5.0"
320320
> curl.exe -o toolbox.exe "https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/windows/arm64/toolbox.exe"
321321
> ```
322322
>
@@ -329,7 +329,7 @@ You can also install Toolbox as a container:
329329

330330
```sh
331331
# see releases page for other versions
332-
export VERSION=1.4.0
332+
export VERSION=1.5.0
333333
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
334334
```
335335

@@ -353,7 +353,7 @@ To install from source, ensure you have the latest version of
353353
[Go installed](https://go.dev/doc/install), and then run the following command:
354354

355355
```sh
356-
go install github.com/googleapis/mcp-toolbox@v1.4.0
356+
go install github.com/googleapis/mcp-toolbox@v1.5.0
357357
```
358358
<!-- {x-release-please-end} -->
359359

cmd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.5.0

docs/en/documentation/connect-to/ides/looker_mcp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,23 +109,23 @@ After you install Looker in the MCP Store, resources and tools from the server a
109109

110110
{{< tabpane persist=header >}}
111111
{{< tab header="linux/amd64" lang="bash" >}}
112-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/linux/amd64/toolbox
112+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/linux/amd64/toolbox
113113
{{< /tab >}}
114114

115115
{{< tab header="darwin/arm64" lang="bash" >}}
116-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/arm64/toolbox
116+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/arm64/toolbox
117117
{{< /tab >}}
118118

119119
{{< tab header="darwin/amd64" lang="bash" >}}
120-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/amd64/toolbox
120+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/amd64/toolbox
121121
{{< /tab >}}
122122

123123
{{< tab header="windows/amd64" lang="bash" >}}
124-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/amd64/toolbox.exe
124+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/amd64/toolbox.exe
125125
{{< /tab >}}
126126

127127
{{< tab header="windows/arm64" lang="bash" >}}
128-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/arm64/toolbox.exe
128+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/arm64/toolbox.exe
129129
{{< /tab >}}
130130
{{< /tabpane >}}
131131
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/mssql_mcp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@ instance:
4545
<!-- {x-release-please-start-version} -->
4646
{{< tabpane persist=header >}}
4747
{{< tab header="linux/amd64" lang="bash" >}}
48-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/linux/amd64/toolbox
48+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/linux/amd64/toolbox
4949
{{< /tab >}}
5050

5151
{{< tab header="darwin/arm64" lang="bash" >}}
52-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/arm64/toolbox
52+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/arm64/toolbox
5353
{{< /tab >}}
5454

5555
{{< tab header="darwin/amd64" lang="bash" >}}
56-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/amd64/toolbox
56+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/amd64/toolbox
5757
{{< /tab >}}
5858

5959
{{< tab header="windows/amd64" lang="bash" >}}
60-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/amd64/toolbox.exe
60+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/amd64/toolbox.exe
6161
{{< /tab >}}
6262

6363
{{< tab header="windows/arm64" lang="bash" >}}
64-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/arm64/toolbox.exe
64+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/arm64/toolbox.exe
6565
{{< /tab >}}
6666
{{< /tabpane >}}
6767
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/mysql_mcp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ expose your developer assistant tools to a MySQL instance:
4343
<!-- {x-release-please-start-version} -->
4444
{{< tabpane persist=header >}}
4545
{{< tab header="linux/amd64" lang="bash" >}}
46-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/linux/amd64/toolbox
4747
{{< /tab >}}
4848

4949
{{< tab header="darwin/arm64" lang="bash" >}}
50-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/arm64/toolbox
5151
{{< /tab >}}
5252

5353
{{< tab header="darwin/amd64" lang="bash" >}}
54-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/amd64/toolbox
5555
{{< /tab >}}
5656

5757
{{< tab header="windows/amd64" lang="bash" >}}
58-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/amd64/toolbox.exe
5959
{{< /tab >}}
6060

6161
{{< tab header="windows/arm64" lang="bash" >}}
62-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/arm64/toolbox.exe
62+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/arm64/toolbox.exe
6363
{{< /tab >}}
6464
{{< /tabpane >}}
6565
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/neo4j_mcp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ expose your developer assistant tools to a Neo4j instance:
4444
<!-- {x-release-please-start-version} -->
4545
{{< tabpane persist=header >}}
4646
{{< tab header="linux/amd64" lang="bash" >}}
47-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/linux/amd64/toolbox
47+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/linux/amd64/toolbox
4848
{{< /tab >}}
4949

5050
{{< tab header="darwin/arm64" lang="bash" >}}
51-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/arm64/toolbox
51+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/arm64/toolbox
5252
{{< /tab >}}
5353

5454
{{< tab header="darwin/amd64" lang="bash" >}}
55-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/amd64/toolbox
55+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/amd64/toolbox
5656
{{< /tab >}}
5757

5858
{{< tab header="windows/amd64" lang="bash" >}}
59-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/amd64/toolbox.exe
59+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/amd64/toolbox.exe
6060
{{< /tab >}}
6161

6262
{{< tab header="windows/arm64" lang="bash" >}}
63-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/arm64/toolbox.exe
63+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/arm64/toolbox.exe
6464
{{< /tab >}}
6565
{{< /tabpane >}}
6666
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/oracle_mcp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ to expose your developer assistant tools to an Oracle instance:
4646
<!-- {x-release-please-start-version} -->
4747
{{< tabpane persist=header >}}
4848
{{< tab header="linux/amd64" lang="bash" >}}
49-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/linux/amd64/toolbox
49+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/linux/amd64/toolbox
5050
{{< /tab >}}
5151

5252
{{< tab header="darwin/arm64" lang="bash" >}}
53-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/arm64/toolbox
53+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/arm64/toolbox
5454
{{< /tab >}}
5555

5656
{{< tab header="darwin/amd64" lang="bash" >}}
57-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/amd64/toolbox
57+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/amd64/toolbox
5858
{{< /tab >}}
5959

6060
{{< tab header="windows/amd64" lang="bash" >}}
61-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/amd64/toolbox.exe
61+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/amd64/toolbox.exe
6262
{{< /tab >}}
6363

6464
{{< tab header="windows/arm64" lang="bash" >}}
65-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/arm64/toolbox.exe
65+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/arm64/toolbox.exe
6666
{{< /tab >}}
6767
{{< /tabpane >}}
6868
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/postgres_mcp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,23 @@ Omni](https://cloud.google.com/alloydb/omni/docs/overview).
5656
<!-- {x-release-please-start-version} -->
5757
{{< tabpane persist=header >}}
5858
{{< tab header="linux/amd64" lang="bash" >}}
59-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/linux/amd64/toolbox
59+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/linux/amd64/toolbox
6060
{{< /tab >}}
6161

6262
{{< tab header="darwin/arm64" lang="bash" >}}
63-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/arm64/toolbox
63+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/arm64/toolbox
6464
{{< /tab >}}
6565

6666
{{< tab header="darwin/amd64" lang="bash" >}}
67-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/amd64/toolbox
67+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/amd64/toolbox
6868
{{< /tab >}}
6969

7070
{{< tab header="windows/amd64" lang="bash" >}}
71-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/amd64/toolbox.exe
71+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/amd64/toolbox.exe
7272
{{< /tab >}}
7373

7474
{{< tab header="windows/arm64" lang="bash" >}}
75-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/arm64/toolbox.exe
75+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/arm64/toolbox.exe
7676
{{< /tab >}}
7777
{{< /tabpane >}}
7878
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/sqlite_mcp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ to expose your developer assistant tools to a SQLite instance:
4343
<!-- {x-release-please-start-version} -->
4444
{{< tabpane persist=header >}}
4545
{{< tab header="linux/amd64" lang="bash" >}}
46-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/linux/amd64/toolbox
4747
{{< /tab >}}
4848

4949
{{< tab header="darwin/arm64" lang="bash" >}}
50-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/arm64/toolbox
5151
{{< /tab >}}
5252

5353
{{< tab header="darwin/amd64" lang="bash" >}}
54-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/darwin/amd64/toolbox
5555
{{< /tab >}}
5656

5757
{{< tab header="windows/amd64" lang="bash" >}}
58-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/amd64/toolbox.exe
5959
{{< /tab >}}
6060

6161
{{< tab header="windows/arm64" lang="bash" >}}
62-
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.4.0/windows/arm64/toolbox.exe
62+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.5.0/windows/arm64/toolbox.exe
6363
{{< /tab >}}
6464
{{< /tabpane >}}
6565
<!-- {x-release-please-end} -->

0 commit comments

Comments
 (0)