Skip to content

Commit a5ef80f

Browse files
authored
Merge branch 'main' into macos-sdk
2 parents f7ac44d + 1c63551 commit a5ef80f

File tree

45 files changed

+2174
-1422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2174
-1422
lines changed

.github/workflows/cloud_build_failure_reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: 'ubuntu-latest'
3838

3939
steps:
40-
- uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # v8
40+
- uses: 'actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3' # v9
4141
with:
4242
script: |-
4343
// parse test names

.github/workflows/docs_preview_build_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
pull-requests: write
9999
steps:
100100
- name: Remove deploy-preview label
101-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
101+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
102102
with:
103103
script: |
104104
try {

.github/workflows/docs_preview_clean_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Comment
65-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
65+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6666
with:
6767
script: |
6868
github.rest.issues.createComment({

.github/workflows/docs_preview_deploy_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
command: pages deploy downloaded-artifact/public --project-name toolbox-docs --branch pr-${{ steps.get_pr.outputs.pr_number }}
7979

8080
- name: Post Preview URL Comment
81-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
81+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
8282
with:
8383
script: |
8484
const prNumber = parseInt('${{ steps.get_pr.outputs.pr_number }}', 10);

.hugo/hugo.cloudflare.toml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick
7676
# Add a new version block here before every release
7777
# The order of versions in this file is mirrored into the dropdown
7878

79+
[[params.versions]]
80+
version = "v1.1.0"
81+
url = "https://mcp-toolbox.dev/v1.1.0/"
82+
7983
[[params.versions]]
8084
version = "v1.0.0"
8185
url = "https://mcp-toolbox.dev/v1.0.0/"
@@ -116,18 +120,6 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick
116120
version = "v0.24.0"
117121
url = "https://mcp-toolbox.dev/v0.24.0/"
118122

119-
[[params.versions]]
120-
version = "v0.23.0"
121-
url = "https://mcp-toolbox.dev/v0.23.0/"
122-
123-
[[params.versions]]
124-
version = "v0.22.0"
125-
url = "https://mcp-toolbox.dev/v0.22.0/"
126-
127-
[[params.versions]]
128-
version = "v0.21.0"
129-
url = "https://mcp-toolbox.dev/v0.21.0/"
130-
131123
[[menu.main]]
132124
name = "GitHub"
133125
weight = 50

.hugo/hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick
6161
# Add a new version block here before every release
6262
# The order of versions in this file is mirrored into the dropdown
6363

64+
[[params.versions]]
65+
version = "v1.1.0"
66+
url = "https://mcp-toolbox.dev/v1.1.0/"
67+
6468
[[params.versions]]
6569
version = "v1.0.0"
6670
url = "https://mcp-toolbox.dev/v1.0.0/"

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/googleapis/mcp-toolbox/compare/v1.0.0...v1.1.0) (2026-04-13)
4+
5+
6+
### Features
7+
8+
* **tools/cloudsqlpg:** Add vector assist tools for Cloud SQL Postgres ([#2909](https://github.com/googleapis/mcp-toolbox/issues/2909)) ([7a6d849](https://github.com/googleapis/mcp-toolbox/commit/7a6d8492fa316237b55ea7570588b0c9860b616c))
9+
10+
11+
### Bug Fixes
12+
13+
* **looker:** Convert configuration yaml to flat format ([#3022](https://github.com/googleapis/mcp-toolbox/issues/3022)) ([45c05e3](https://github.com/googleapis/mcp-toolbox/commit/45c05e37eac867c5a444d950bc51fdf1b1b687ea))
14+
15+
### Docs Update
16+
17+
* **knowledge-catalog:** Rename dataplex to knowledge-catalog across docs ([#3039](https://github.com/googleapis/mcp-toolbox/pull/3039)) ([45c05e3](https://github.com/googleapis/mcp-toolbox/commit/24ce6ce3bc6468d2b4b11a86b90ea223daa7e6cf))
18+
319
## [1.0.0](https://github.com/googleapis/mcp-toolbox/compare/v0.32.0...v1.0.0) (2026-04-10)
420

521

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.0.0
243+
> export VERSION=1.1.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.0.0
256+
> export VERSION=1.1.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.0.0
269+
> export VERSION=1.1.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.0.0
282+
> set VERSION=1.1.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.0.0"
294+
> $VERSION = "1.1.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.0.0
307+
export VERSION=1.1.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.0.0
331+
go install github.com/googleapis/mcp-toolbox@v1.1.0
332332
```
333333
<!-- {x-release-please-end} -->
334334

cmd/internal/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ func TestPrebuiltTools(t *testing.T) {
18031803
wantToolset: server.ToolsetConfigs{
18041804
"discovery": tools.ToolsetConfig{
18051805
Name: "discovery",
1806-
ToolNames: []string{"search_entries", "lookup_entry", "search_aspect_types", "lookup_context"},
1806+
ToolNames: []string{"search_entries", "lookup_entry", "search_aspect_types", "lookup_context", "search_dq_scans"},
18071807
},
18081808
},
18091809
},

cmd/internal/imports.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ import (
9595
_ "github.com/googleapis/mcp-toolbox/internal/tools/dataplex/dataplexlookupcontext"
9696
_ "github.com/googleapis/mcp-toolbox/internal/tools/dataplex/dataplexlookupentry"
9797
_ "github.com/googleapis/mcp-toolbox/internal/tools/dataplex/dataplexsearchaspecttypes"
98+
_ "github.com/googleapis/mcp-toolbox/internal/tools/dataplex/dataplexsearchdqscans"
9899
_ "github.com/googleapis/mcp-toolbox/internal/tools/dataplex/dataplexsearchentries"
99100
_ "github.com/googleapis/mcp-toolbox/internal/tools/dataproc/dataprocgetcluster"
100101
_ "github.com/googleapis/mcp-toolbox/internal/tools/dataproc/dataprocgetjob"

0 commit comments

Comments
 (0)