Skip to content

Commit 44d1a05

Browse files
chore(main): release 1.8.0 (#3653)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](v1.7.0...v1.8.0) (2026-07-28) ### Features * Add `groups` support ([#3605](#3605)) ([e75ec3b](e75ec3b)) * **prebuilt:** Migrate skills-repo toolsets to `kind: group` with descriptions ([#3595](#3595)) ([b895b36](b895b36)) * **server:** Add `/healthz` endpoint for container health checks ([#3060](#3060)) ([d5aefbc](d5aefbc)) * **skills:** Add `--group` flag to generate a skill from one group ([#3585](#3585)) ([c1abd4f](c1abd4f)) * **skills:** Default `--name` to `--group`, `--toolset`, or single `--prebuilt` name ([#3586](#3586)) ([2b33b08](2b33b08)) * **skills:** Make description optional during skills gen ([#3584](#3584)) ([d0a8f14](d0a8f14)) * **tool/looker:** Add `get_field_value_suggestions` tool ([#3696](#3696)) ([3debe81](3debe81)) * **tools/dataplex-update-data-product-aspects:** Add dataplex-update-data-product-aspects tool ([#3607](#3607)) ([f940937](f940937)) * Update draft specs to 2026-07-28 ([#3699](#3699)) ([cf128ff](cf128ff)) ### Bug Fixes * Re-add name validation to tools name ([#3654](#3654)) ([944f6ce](944f6ce)) * Re-add tool validation during startup ([#3705](#3705)) ([25ce953](25ce953)) * **server:** Sort default toolset alphabetically for stable ordering ([#3539](#3539)) ([e5da24c](e5da24c)) * **source/cloud-sql-admin:** Validate source instance for backup-run restore ([#3555](#3555)) ([3ebe500](3ebe500)) * **source/dataplex:** Cleanup Dataplex Data Product resources that may have leaked due to previously aborted tests ([#3627](#3627)) ([3fb5a3f](3fb5a3f)) * **source/http:** Block CGNAT 100.64.0.0/10 in default SSRF guard ([#3625](#3625)) ([a0f36f4](a0f36f4)) * **tools/looker:** Enhance looker-run-dashboard to handle result maker structures and merge queries ([#3698](#3698)) ([7666bc0](7666bc0)) * **tools/looker:** Log request/response traces at debug, not error ([#3552](#3552)) ([c3ad445](c3ad445)) --- 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 9d282e9 commit 44d1a05

26 files changed

Lines changed: 103 additions & 76 deletions

File tree

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/googleapis/mcp-toolbox/compare/v1.7.0...v1.8.0) (2026-07-28)
4+
5+
6+
### Features
7+
8+
* Add `groups` support ([#3605](https://github.com/googleapis/mcp-toolbox/issues/3605)) ([e75ec3b](https://github.com/googleapis/mcp-toolbox/commit/e75ec3b5c84dfad5b69f2d42ec2d3408f22e2463))
9+
* **prebuilt:** Migrate skills-repo toolsets to `kind: group` with descriptions ([#3595](https://github.com/googleapis/mcp-toolbox/issues/3595)) ([b895b36](https://github.com/googleapis/mcp-toolbox/commit/b895b36b10eb81dc609216fc5f76ae800d1c65f4))
10+
* **server:** Add `/healthz` endpoint for container health checks ([#3060](https://github.com/googleapis/mcp-toolbox/issues/3060)) ([d5aefbc](https://github.com/googleapis/mcp-toolbox/commit/d5aefbc9e9bd914042224daaf0d4f9257ac01c88))
11+
* **skills:** Add `--group` flag to generate a skill from one group ([#3585](https://github.com/googleapis/mcp-toolbox/issues/3585)) ([c1abd4f](https://github.com/googleapis/mcp-toolbox/commit/c1abd4fc4fcdfa52ba20aaf7d92424ca189c7282))
12+
* **skills:** Default `--name` to `--group`, `--toolset`, or single `--prebuilt` name ([#3586](https://github.com/googleapis/mcp-toolbox/issues/3586)) ([2b33b08](https://github.com/googleapis/mcp-toolbox/commit/2b33b08c3a220657c8ab6a3e0ce1274badc2fe15))
13+
* **skills:** Make description optional during skills gen ([#3584](https://github.com/googleapis/mcp-toolbox/issues/3584)) ([d0a8f14](https://github.com/googleapis/mcp-toolbox/commit/d0a8f14cbec1f9770da7f82a07b4e480f5a4c6a7))
14+
* **tool/looker:** Add `get_field_value_suggestions` tool ([#3696](https://github.com/googleapis/mcp-toolbox/issues/3696)) ([3debe81](https://github.com/googleapis/mcp-toolbox/commit/3debe8113fe2c9af012a7369658bb7a9e64f40f4))
15+
* **tools/dataplex-update-data-product-aspects:** Add dataplex-update-data-product-aspects tool ([#3607](https://github.com/googleapis/mcp-toolbox/issues/3607)) ([f940937](https://github.com/googleapis/mcp-toolbox/commit/f94093725c35189051321778576f801748ead226))
16+
* Update draft specs to 2026-07-28 ([#3699](https://github.com/googleapis/mcp-toolbox/issues/3699)) ([cf128ff](https://github.com/googleapis/mcp-toolbox/commit/cf128ff94c4d39aea1eb17caa706ff0b73d8c780))
17+
18+
19+
### Bug Fixes
20+
21+
* Re-add name validation to tools name ([#3654](https://github.com/googleapis/mcp-toolbox/issues/3654)) ([944f6ce](https://github.com/googleapis/mcp-toolbox/commit/944f6ce97bc77a92a052de92b88f0fc09ac7578c))
22+
* Re-add tool validation during startup ([#3705](https://github.com/googleapis/mcp-toolbox/issues/3705)) ([25ce953](https://github.com/googleapis/mcp-toolbox/commit/25ce953559a201183f066f566dca5fb597efca39))
23+
* **server:** Sort default toolset alphabetically for stable ordering ([#3539](https://github.com/googleapis/mcp-toolbox/issues/3539)) ([e5da24c](https://github.com/googleapis/mcp-toolbox/commit/e5da24c5dfd2208c7e947a20e58a2e2c82236241))
24+
* **source/cloud-sql-admin:** Validate source instance for backup-run restore ([#3555](https://github.com/googleapis/mcp-toolbox/issues/3555)) ([3ebe500](https://github.com/googleapis/mcp-toolbox/commit/3ebe500ef7b27608464e891c7458df630ea4aab6))
25+
* **source/dataplex:** Cleanup Dataplex Data Product resources that may have leaked due to previously aborted tests ([#3627](https://github.com/googleapis/mcp-toolbox/issues/3627)) ([3fb5a3f](https://github.com/googleapis/mcp-toolbox/commit/3fb5a3f2cdf42cbd078720df3369dbc33788c6b1))
26+
* **source/http:** Block CGNAT 100.64.0.0/10 in default SSRF guard ([#3625](https://github.com/googleapis/mcp-toolbox/issues/3625)) ([a0f36f4](https://github.com/googleapis/mcp-toolbox/commit/a0f36f42c33df52727e934549e7d6ca7576fe9ac))
27+
* **tools/looker:** Enhance looker-run-dashboard to handle result maker structures and merge queries ([#3698](https://github.com/googleapis/mcp-toolbox/issues/3698)) ([7666bc0](https://github.com/googleapis/mcp-toolbox/commit/7666bc08debdc4f81e1c6f95f41a1dbd9db3b365))
28+
* **tools/looker:** Log request/response traces at debug, not error ([#3552](https://github.com/googleapis/mcp-toolbox/issues/3552)) ([c3ad445](https://github.com/googleapis/mcp-toolbox/commit/c3ad4451e8592606ce686d042623f9aa8142317f))
29+
330
## [1.7.0](https://github.com/googleapis/mcp-toolbox/compare/v1.6.0...v1.7.0) (2026-07-16)
431

532

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.7.0
244+
> export VERSION=1.8.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.7.0
257+
> export VERSION=1.8.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.7.0
270+
> export VERSION=1.8.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.7.0
283+
> set VERSION=1.8.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.7.0"
295+
> $VERSION = "1.8.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.7.0
307+
> set VERSION=1.8.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.7.0"
319+
> $VERSION = "1.8.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.7.0
332+
export VERSION=1.8.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.7.0
356+
go install github.com/googleapis/mcp-toolbox@v1.8.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.7.0
1+
1.8.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.7.0/linux/amd64/toolbox
112+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/arm64/toolbox
116+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/amd64/toolbox
120+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/amd64/toolbox.exe
124+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/arm64/toolbox.exe
128+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/linux/amd64/toolbox
48+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/arm64/toolbox
52+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/amd64/toolbox
56+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/amd64/toolbox.exe
60+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/arm64/toolbox.exe
64+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/arm64/toolbox.exe
62+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/linux/amd64/toolbox
47+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/arm64/toolbox
51+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/amd64/toolbox
55+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/amd64/toolbox.exe
59+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/arm64/toolbox.exe
63+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/linux/amd64/toolbox
49+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/arm64/toolbox
53+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/amd64/toolbox
57+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/amd64/toolbox.exe
61+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/arm64/toolbox.exe
65+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/linux/amd64/toolbox
59+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/arm64/toolbox
63+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/amd64/toolbox
67+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/amd64/toolbox.exe
71+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/arm64/toolbox.exe
75+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.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.7.0/windows/arm64/toolbox.exe
62+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.8.0/windows/arm64/toolbox.exe
6363
{{< /tab >}}
6464
{{< /tabpane >}}
6565
<!-- {x-release-please-end} -->

0 commit comments

Comments
 (0)