Skip to content

Commit 2f3bbce

Browse files
chore(main): release 1.2.0
1 parent 36ab2a9 commit 2f3bbce

File tree

16 files changed

+66
-49
lines changed

16 files changed

+66
-49
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/googleapis/mcp-toolbox/compare/v1.1.0...v1.2.0) (2026-04-17)
4+
5+
6+
### Features
7+
8+
* [Dataplex Tool] Search Data Quality Scans ([#2444](https://github.com/googleapis/mcp-toolbox/issues/2444)) ([1c63551](https://github.com/googleapis/mcp-toolbox/commit/1c635513a17df61fff725bf23deaffa92170057c))
9+
* **bigquery:** Add maximumBytesBilled source config ([#2724](https://github.com/googleapis/mcp-toolbox/issues/2724)) ([42f2d07](https://github.com/googleapis/mcp-toolbox/commit/42f2d07c83c6302feaff04ae34050d6045c71204))
10+
11+
12+
### Bug Fixes
13+
14+
* Allow converting string literal block with list ([#3050](https://github.com/googleapis/mcp-toolbox/issues/3050)) ([36ab2a9](https://github.com/googleapis/mcp-toolbox/commit/36ab2a98f9f2d03c27eea389d2281bfc4581ffa1)), closes [#3023](https://github.com/googleapis/mcp-toolbox/issues/3023)
15+
* Prevent test.db from being created during unit tests ([#3042](https://github.com/googleapis/mcp-toolbox/issues/3042)) ([d10d2ca](https://github.com/googleapis/mcp-toolbox/commit/d10d2caeb7c9eda7d17d6dbd9f63363b2bc23a7a))
16+
* Remove hardcoded * allowed origin for sse ([#3054](https://github.com/googleapis/mcp-toolbox/issues/3054)) ([c4c7bd9](https://github.com/googleapis/mcp-toolbox/commit/c4c7bd917e686de68e2be866cfe3872c3439efae))
17+
* **tool/looker-conversational-analytics:** OAuth token in GDA payload fix ([#3058](https://github.com/googleapis/mcp-toolbox/issues/3058)) ([6632d96](https://github.com/googleapis/mcp-toolbox/commit/6632d96724c5076ee44eb248d7de5c7d2d80d7b1))
18+
* **tools/looker:** Fix OAuth for Converational Analytics ([#3044](https://github.com/googleapis/mcp-toolbox/issues/3044)) ([f9e3e55](https://github.com/googleapis/mcp-toolbox/commit/f9e3e55d42ae9f5d1ecbda4fb7c9a4f3d42451b1))
19+
320
## [1.1.0](https://github.com/googleapis/mcp-toolbox/compare/v1.0.0...v1.1.0) (2026-04-13)
421

522

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=1.1.0
243+
> export VERSION=1.2.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=1.1.0
256+
> export VERSION=1.2.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=1.1.0
269+
> export VERSION=1.2.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=1.1.0
282+
> set VERSION=1.2.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 = "1.1.0"
294+
> $VERSION = "1.2.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=1.1.0
307+
export VERSION=1.2.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@v1.1.0
331+
go install github.com/googleapis/mcp-toolbox@v1.2.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-
1.1.0
1+
1.2.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/v1.1.0/linux/amd64/toolbox
112+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/arm64/toolbox
116+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/amd64/toolbox
120+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/windows/amd64/toolbox.exe
124+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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/v1.1.0/linux/amd64/toolbox
48+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/arm64/toolbox
52+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/amd64/toolbox
56+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/windows/amd64/toolbox.exe
60+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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/v1.1.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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/v1.1.0/linux/amd64/toolbox
47+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/arm64/toolbox
51+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/amd64/toolbox
55+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/windows/amd64/toolbox.exe
59+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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/v1.1.0/linux/amd64/toolbox
49+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/arm64/toolbox
53+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/amd64/toolbox
57+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/windows/amd64/toolbox.exe
61+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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/v1.1.0/linux/amd64/toolbox
59+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/arm64/toolbox
63+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/amd64/toolbox
67+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/windows/amd64/toolbox.exe
71+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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/v1.1.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.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.1.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.2.0/windows/amd64/toolbox.exe
5959
{{< /tab >}}
6060
{{< /tabpane >}}
6161
<!-- {x-release-please-end} -->

0 commit comments

Comments
 (0)