Skip to content

Commit 3b650b0

Browse files
authored
chore: update genai-toolbox repo deps name (#106)
1 parent c9ad7e3 commit 3b650b0

7 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
pinDigests: true,
2222
},
2323
{
24-
matchPackageNames: ['googleapis/genai-toolbox'],
24+
matchPackageNames: ['googleapis/mcp-toolbox'],
2525
'semanticCommitType': 'feat'
2626
}
2727
],
@@ -31,7 +31,7 @@
3131
managerFilePatterns: ["/toolbox_version\\.txt$/"],
3232
matchStrings: ["(?<currentValue>[\\d\\.]+)"],
3333
datasourceTemplate: "github-releases",
34-
packageNameTemplate: "googleapis/genai-toolbox",
34+
packageNameTemplate: "googleapis/mcp-toolbox",
3535
extractVersionTemplate: "^v(?<version>.*)$",
3636
}
3737
]

.github/workflows/mirror-changelog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
add-release-notes:
23-
if: github.actor == 'renovate-bot' && startsWith(github.head_ref, 'renovate/googleapis-genai-toolbox')
23+
if: github.actor == 'renovate-bot' && startsWith(github.head_ref, 'renovate/googleapis-mcp-toolbox')
2424
runs-on: ubuntu-latest
2525
permissions:
2626
pull-requests: write
@@ -38,7 +38,7 @@ jobs:
3838
const prBody = context.payload.pull_request.body || '';
3939
4040
// Extract the relevant changelog section
41-
const startMarker = '<summary>googleapis/genai-toolbox';
41+
const startMarker = '<summary>googleapis/mcp-toolbox';
4242
const endMarker = '</details>';
4343
const startIndex = prBody.indexOf(startMarker);
4444
const endIndex = prBody.indexOf(endMarker, startIndex);
@@ -98,8 +98,8 @@ jobs:
9898
// To prevent this, we insert an invisible Unicode zero-width space (`\u200B`)
9999
// between the '#' and the number in the link text. This breaks the parser's
100100
// pattern matching without changing the visual appearance of the link.
101-
// E.g., "[#1770](...)" becomes "[genai-toolbox#​1770](...)"
102-
originalContent = originalContent.replace(/\[#(\d+)\](\([^)]+\))/g, '[genai-toolbox#\u200B$1]$2');
101+
// E.g., "[#1770](...)" becomes "[mcp-toolbox#​1770](...)"
102+
originalContent = originalContent.replace(/\[#(\d+)\](\([^)]+\))/g, '[mcp-toolbox#\u200B$1]$2');
103103
104104
const lineAsLowerCase = originalContent.toLowerCase();
105105

.github/workflows/package-and-upload-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Package and Upload Release Assets
1818
env:
1919
PACKAGE_NAME: "cloud-sql-mysql"
2020
FILES_TO_PACKAGE: "gemini-extension.json CLOUD-SQL-MYSQL.md LICENSE"
21-
GCS_BUCKET_URL: "https://storage.googleapis.com/genai-toolbox/geminicli"
21+
GCS_BUCKET_URL: "https://storage.googleapis.com/mcp-toolbox-for-databases/geminicli"
2222

2323
on:
2424
release:

.github/workflows/presubmit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install toolbox binary
3131
run: |
3232
VERSION=$(cat toolbox_version.txt)
33-
curl -L -o toolbox "https://storage.googleapis.com/genai-toolbox/v${VERSION}/linux/amd64/toolbox"
33+
curl -L -o toolbox "https://storage.googleapis.com/mcp-toolbox-for-databases/v${VERSION}/linux/amd64/toolbox"
3434
chmod +x toolbox
3535
3636
- name: Install Extension

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,43 +13,43 @@
1313
### Features
1414

1515
* add Configuration settings ([#83](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/83)) ([36d4433](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/36d443385c94d188f16d33e36a156cb7a0215b23))
16-
* **deps:** update dependency googleapis/genai-toolbox to v0.26.0 ([#84](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/84)) ([306aaa9](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/306aaa9c39c0834528efd3728ee6f3056ef6ea5d))
16+
* **deps:** update dependency googleapis/mcp-toolbox to v0.26.0 ([#84](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/84)) ([306aaa9](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/306aaa9c39c0834528efd3728ee6f3056ef6ea5d))
1717

1818
## [0.1.7](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.6...0.1.7) (2026-01-09)
1919

2020

2121
### Features
2222

23-
* **prebuilt/cloud-sql-mysql:** Update CSQL MySQL prebuilt tools to use IAM ([genai-toolbox#​2202](https://redirect.github.com/googleapis/genai-toolbox/issues/2202)) ([731a32e](https://redirect.github.com/googleapis/genai-toolbox/commit/731a32e5360b4d6862d81fcb27d7127c655679a8)) ([186293e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/186293e1fcbe9bc576aeb360227e638c1df6d57a))
24-
* **source/cloudsqlmysql:** Add support for IAM authentication in Cloud SQL MySQL source ([genai-toolbox#​2050](https://redirect.github.com/googleapis/genai-toolbox/issues/2050)) ([af3d3c5](https://redirect.github.com/googleapis/genai-toolbox/commit/af3d3c52044bea17781b89ce4ab71ff0f874ac20)) ([186293e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/186293e1fcbe9bc576aeb360227e638c1df6d57a))
25-
* **tools/mysql-get-query-plan:** Add new `mysql-get-query-plan` tool for MySQL source ([genai-toolbox#​2123](https://redirect.github.com/googleapis/genai-toolbox/issues/2123)) ([0641da0](https://redirect.github.com/googleapis/genai-toolbox/commit/0641da0353857317113b2169e547ca69603ddfde)) ([186293e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/186293e1fcbe9bc576aeb360227e638c1df6d57a))
23+
* **prebuilt/cloud-sql-mysql:** Update CSQL MySQL prebuilt tools to use IAM ([mcp-toolbox#​2202](https://redirect.github.com/googleapis/mcp-toolbox/issues/2202)) ([731a32e](https://redirect.github.com/googleapis/mcp-toolbox/commit/731a32e5360b4d6862d81fcb27d7127c655679a8)) ([186293e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/186293e1fcbe9bc576aeb360227e638c1df6d57a))
24+
* **source/cloudsqlmysql:** Add support for IAM authentication in Cloud SQL MySQL source ([mcp-toolbox#​2050](https://redirect.github.com/googleapis/mcp-toolbox/issues/2050)) ([af3d3c5](https://redirect.github.com/googleapis/mcp-toolbox/commit/af3d3c52044bea17781b89ce4ab71ff0f874ac20)) ([186293e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/186293e1fcbe9bc576aeb360227e638c1df6d57a))
25+
* **tools/mysql-get-query-plan:** Add new `mysql-get-query-plan` tool for MySQL source ([mcp-toolbox#​2123](https://redirect.github.com/googleapis/mcp-toolbox/issues/2123)) ([0641da0](https://redirect.github.com/googleapis/mcp-toolbox/commit/0641da0353857317113b2169e547ca69603ddfde)) ([186293e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/186293e1fcbe9bc576aeb360227e638c1df6d57a))
2626

2727

2828
### Bug Fixes
2929

30-
* List tables tools null fix ([genai-toolbox#​2107](https://redirect.github.com/googleapis/genai-toolbox/issues/2107)) ([2b45266](https://redirect.github.com/googleapis/genai-toolbox/commit/2b452665983154041d4cd0ed7d82532e4af682eb)) ([186293e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/186293e1fcbe9bc576aeb360227e638c1df6d57a))
30+
* List tables tools null fix ([mcp-toolbox#​2107](https://redirect.github.com/googleapis/mcp-toolbox/issues/2107)) ([2b45266](https://redirect.github.com/googleapis/mcp-toolbox/commit/2b452665983154041d4cd0ed7d82532e4af682eb)) ([186293e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/186293e1fcbe9bc576aeb360227e638c1df6d57a))
3131

3232
## [0.1.6](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.5...0.1.6) (2025-12-08)
3333

3434

3535
### Features
3636

37-
* **prebuilt/cloud-sql:** Add clone instance tool for cloud sql ([genai-toolbox#​1845](https://redirect.github.com/googleapis/genai-toolbox/issues/1845)) ([5e43630](https://redirect.github.com/googleapis/genai-toolbox/commit/5e43630907aa2d7bc6818142483a33272eab060b)) ([438f03e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/438f03e135d5e76e7d58e2a0a560d4fbd1cacdac))
37+
* **prebuilt/cloud-sql:** Add clone instance tool for cloud sql ([mcp-toolbox#​1845](https://redirect.github.com/googleapis/mcp-toolbox/issues/1845)) ([5e43630](https://redirect.github.com/googleapis/mcp-toolbox/commit/5e43630907aa2d7bc6818142483a33272eab060b)) ([438f03e](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/438f03e135d5e76e7d58e2a0a560d4fbd1cacdac))
3838

3939
## [0.1.5](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.4...0.1.5) (2025-11-18)
4040

4141

4242
### Features
4343

44-
* **source/alloydb, source/cloud-sql-postgres,source/cloud-sql-mysql,source/cloud-sql-mssql:** Use project from env for alloydb and cloud sql control plane tools ([genai-toolbox#​1588](https://redirect.github.com/googleapis/genai-toolbox/issues/1588)) ([12bdd95](https://redirect.github.com/googleapis/genai-toolbox/commit/12bdd954597e49d3ec6b247cc104584c5a4d1943)) ([7f085eb](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/7f085eb47d12a8049318dd0ed28990ba293967a0))
45-
* Added prompt support for toolbox ([genai-toolbox#​1798](https://redirect.github.com/googleapis/genai-toolbox/issues/1798)) ([cd56ea4](https://redirect.github.com/googleapis/genai-toolbox/commit/cd56ea44fbdd149fcb92324e70ee36ac747635db)) ([7f085eb](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/7f085eb47d12a8049318dd0ed28990ba293967a0))
44+
* **source/alloydb, source/cloud-sql-postgres,source/cloud-sql-mysql,source/cloud-sql-mssql:** Use project from env for alloydb and cloud sql control plane tools ([mcp-toolbox#​1588](https://redirect.github.com/googleapis/mcp-toolbox/issues/1588)) ([12bdd95](https://redirect.github.com/googleapis/mcp-toolbox/commit/12bdd954597e49d3ec6b247cc104584c5a4d1943)) ([7f085eb](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/7f085eb47d12a8049318dd0ed28990ba293967a0))
45+
* Added prompt support for toolbox ([mcp-toolbox#​1798](https://redirect.github.com/googleapis/mcp-toolbox/issues/1798)) ([cd56ea4](https://redirect.github.com/googleapis/mcp-toolbox/commit/cd56ea44fbdd149fcb92324e70ee36ac747635db)) ([7f085eb](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/7f085eb47d12a8049318dd0ed28990ba293967a0))
4646

4747
## [0.1.4](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.3...0.1.4) (2025-10-27)
4848

4949
### Bug Fixes
5050

51-
* **sources/mysql:** Escape mysql user agent ([#1707](https://redirect.github.com/googleapis/genai-toolbox/issues/1707)) ([eeb694c](https://redirect.github.com/googleapis/genai-toolbox/commit/eeb694c20facc40a38bfa67073c4cb1f3dd657ff)) ([05248f0](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/05248f0c43238ed98d7fa66031320624e86df9aa))
52-
* **sources/mysql:** Escape program\_name for MySQL ([#1717](https://redirect.github.com/googleapis/genai-toolbox/issues/1717)) ([02f7f8a](https://redirect.github.com/googleapis/genai-toolbox/commit/02f7f8af979057efe99fd138cb1b958130355b68)) ([05248f0](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/05248f0c43238ed98d7fa66031320624e86df9aa))
51+
* **sources/mysql:** Escape mysql user agent ([#1707](https://redirect.github.com/googleapis/mcp-toolbox/issues/1707)) ([eeb694c](https://redirect.github.com/googleapis/mcp-toolbox/commit/eeb694c20facc40a38bfa67073c4cb1f3dd657ff)) ([05248f0](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/05248f0c43238ed98d7fa66031320624e86df9aa))
52+
* **sources/mysql:** Escape program\_name for MySQL ([#1717](https://redirect.github.com/googleapis/mcp-toolbox/issues/1717)) ([02f7f8a](https://redirect.github.com/googleapis/mcp-toolbox/commit/02f7f8af979057efe99fd138cb1b958130355b68)) ([05248f0](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/05248f0c43238ed98d7fa66031320624e86df9aa))
5353

5454
## [0.1.3](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.2...0.1.3) (2025-10-17)
5555

@@ -64,7 +64,7 @@
6464
### Features
6565

6666
* add full table name to context file ([#34](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/34)) ([2e5337a](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/2e5337ab1aa1991104772fa6ecce94c3fc3931cb))
67-
* **deps:** update dependency googleapis/genai-toolbox to v0.17.0 ([#43](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/43)) ([382f390](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/382f390d75b0f97905e4dd03eb01561491d7bea9))
67+
* **deps:** update dependency googleapis/mcp-toolbox to v0.17.0 ([#43](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/43)) ([382f390](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/382f390d75b0f97905e4dd03eb01561491d7bea9))
6868

6969
## [0.1.1](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.0...0.1.1) (2025-09-30)
7070

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
3333
VERSION=$(cat toolbox_version.txt)
3434
3535
# Example for macOS/amd64
36-
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/geminicli/v$VERSION/darwin/amd64/toolbox
36+
curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/geminicli/v$VERSION/darwin/amd64/toolbox
3737
chmod +x toolbox
3838
```
3939
Adjust the URL for your operating system (`linux/amd64`, `darwin/arm64`, `windows/amd64`).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ Common issues:
154154
* "failed to find default credentials: google: could not find default credentials.": Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment. See [Set up Application Default Credentials](https://cloud.google.com/docs/authentication/external/set-up-adc) for more information.
155155
* "✖ Error during discovery for server: MCP error -32000: Connection closed": The database connection has not been established. Ensure your configuration is set via environment variables.
156156
* "✖ MCP ERROR: Error: spawn /Users/USER/.gemini/extensions/cloud-sql-mysql/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
157-
* "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://googleapis.github.io/genai-toolbox/getting-started/introduction/#installing-the-server) for more information.
157+
* "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://mcp-toolbox.dev/documentation/introduction/#install-toolbox) for more information.

0 commit comments

Comments
 (0)