Skip to content

Commit 565a143

Browse files
chore(main): release 1.0.0
1 parent ae49fb7 commit 565a143

File tree

16 files changed

+69
-49
lines changed

16 files changed

+69
-49
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/googleapis/mcp-toolbox/compare/v0.32.0...v1.0.0) (2026-04-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **tools/looker:** refactor looker-git-branch tool into 5 separate tools ([#2976](https://github.com/googleapis/mcp-toolbox/issues/2976))
9+
10+
### Features
11+
12+
* **auth:** Support opaque token validation for `generic` authService ([#2944](https://github.com/googleapis/mcp-toolbox/issues/2944)) ([c924701](https://github.com/googleapis/mcp-toolbox/commit/c924701adede95877594423d78b7ae72fe0b9c82))
13+
* **cloudsqlpg:** Run SELECT 1 after successful connection attempt ([#2997](https://github.com/googleapis/mcp-toolbox/issues/2997)) ([6ed9700](https://github.com/googleapis/mcp-toolbox/commit/6ed9700e15f08b31e65eb0afa605f4a8ea937e66))
14+
* **tools/bigquerysql:** Add semantic search support ([#2890](https://github.com/googleapis/mcp-toolbox/issues/2890)) ([862c396](https://github.com/googleapis/mcp-toolbox/commit/862c396cadfa1d95d12cc121312a81035c22cbad))
15+
* **tools/elasticsearch-execute-esql:** Add Tool to execute arbitrary ES/QL queries ([#3013](https://github.com/googleapis/mcp-toolbox/issues/3013)) ([ae49fb7](https://github.com/googleapis/mcp-toolbox/commit/ae49fb737031d783b6734a0ea35488dd0f4c7ccc))
16+
* **tools/looker:** Refactor looker-git-branch tool into 5 separate tools ([#2976](https://github.com/googleapis/mcp-toolbox/issues/2976)) ([b2472d4](https://github.com/googleapis/mcp-toolbox/commit/b2472d4926dacc496fc6956185fb281b5e75f56f))
17+
18+
19+
### Bug Fixes
20+
21+
* Https://github.com/googleapis/genai-toolbox/issues/2872 ([c924701](https://github.com/googleapis/mcp-toolbox/commit/c924701adede95877594423d78b7ae72fe0b9c82))
22+
323
## [0.32.0](https://github.com/googleapis/mcp-toolbox/compare/v0.31.0...v0.32.0) (2026-04-08)
424

525

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ To install Toolbox as a binary:
240240
>
241241
> ```sh
242242
> # see releases page for other versions
243-
> export VERSION=0.32.0
243+
> export VERSION=1.0.0
244244
> curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/linux/amd64/toolbox
245245
> chmod +x toolbox
246246
> ```
@@ -253,7 +253,7 @@ To install Toolbox as a binary:
253253
>
254254
> ```sh
255255
> # see releases page for other versions
256-
> export VERSION=0.32.0
256+
> export VERSION=1.0.0
257257
> curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/darwin/arm64/toolbox
258258
> chmod +x toolbox
259259
> ```
@@ -266,7 +266,7 @@ To install Toolbox as a binary:
266266
>
267267
> ```sh
268268
> # see releases page for other versions
269-
> export VERSION=0.32.0
269+
> export VERSION=1.0.0
270270
> curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/darwin/amd64/toolbox
271271
> chmod +x toolbox
272272
> ```
@@ -279,7 +279,7 @@ To install Toolbox as a binary:
279279
>
280280
> ```cmd
281281
> :: see releases page for other versions
282-
> set VERSION=0.32.0
282+
> set VERSION=1.0.0
283283
> curl -o toolbox.exe "https://storage.googleapis.com/mcp-toolbox-for-databases/v%VERSION%/windows/amd64/toolbox.exe"
284284
> ```
285285
>
@@ -291,7 +291,7 @@ To install Toolbox as a binary:
291291
>
292292
> ```powershell
293293
> # see releases page for other versions
294-
> $VERSION = "0.32.0"
294+
> $VERSION = "1.0.0"
295295
> curl.exe -o toolbox.exe "https://storage.googleapis.com/mcp-toolbox-for-databases/v$VERSION/windows/amd64/toolbox.exe"
296296
> ```
297297
>
@@ -304,7 +304,7 @@ You can also install Toolbox as a container:
304304

305305
```sh
306306
# see releases page for other versions
307-
export VERSION=0.32.0
307+
export VERSION=1.0.0
308308
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
309309
```
310310

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

330330
```sh
331-
go install github.com/googleapis/mcp-toolbox@v0.32.0
331+
go install github.com/googleapis/mcp-toolbox@v1.0.0
332332
```
333333
<!-- {x-release-please-end} -->
334334

cmd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.32.0
1+
1.0.0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,19 @@ 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/v0.32.0/linux/amd64/toolbox
112+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/arm64/toolbox
116+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/amd64/toolbox
120+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/windows/amd64/toolbox.exe
124+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/windows/amd64/toolbox.exe
125125
{{< /tab >}}
126126
{{< /tabpane >}}
127127
<!-- {x-release-please-end} -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ 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/v0.32.0/linux/amd64/toolbox
48+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/arm64/toolbox
52+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/amd64/toolbox
56+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/windows/amd64/toolbox.exe
60+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/windows/amd64/toolbox.exe
6161
{{< /tab >}}
6262
{{< /tabpane >}}
6363
<!-- {x-release-please-end} -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ 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/v0.32.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/windows/amd64/toolbox.exe
5959
{{< /tab >}}
6060
{{< /tabpane >}}
6161
<!-- {x-release-please-end} -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ 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/v0.32.0/linux/amd64/toolbox
47+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/arm64/toolbox
51+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/amd64/toolbox
55+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/windows/amd64/toolbox.exe
59+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/windows/amd64/toolbox.exe
6060
{{< /tab >}}
6161
{{< /tabpane >}}
6262
<!-- {x-release-please-end} -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ 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/v0.32.0/linux/amd64/toolbox
49+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/arm64/toolbox
53+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/amd64/toolbox
57+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/windows/amd64/toolbox.exe
61+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/windows/amd64/toolbox.exe
6262
{{< /tab >}}
6363
{{< /tabpane >}}
6464
<!-- {x-release-please-end} -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ 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/v0.32.0/linux/amd64/toolbox
59+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/arm64/toolbox
63+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/amd64/toolbox
67+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/windows/amd64/toolbox.exe
71+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/windows/amd64/toolbox.exe
7272
{{< /tab >}}
7373
{{< /tabpane >}}
7474
<!-- {x-release-please-end} -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ 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/v0.32.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.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/v0.32.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/windows/amd64/toolbox.exe
5959
{{< /tab >}}
6060
{{< /tabpane >}}
6161
<!-- {x-release-please-end} -->

0 commit comments

Comments
 (0)