Skip to content

Commit 5dfcef9

Browse files
authored
chore: update genai-toolbox repo deps name (gemini-cli-extensions#99)
1 parent ed9abb7 commit 5dfcef9

7 files changed

Lines changed: 16 additions & 16 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
const hasPrefix = prefixesToFilter.some(prefix => lineAsLowerCase.includes(prefix));

.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-sqlserver"
2020
FILES_TO_PACKAGE: "gemini-extension.json CLOUD-SQL-SQLSERVER.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
### Features
1414

1515
* add Configuration settings ([#77](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/issues/77)) ([f8ef9d3](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/f8ef9d37900bd695768b377158cd5db542390533))
16-
* **deps:** update dependency googleapis/genai-toolbox to v0.26.0 ([#75](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/issues/75)) ([f815e79](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/f815e7986115fa314d38bf1c1b57db9c2fe7b3d1))
16+
* **deps:** update dependency googleapis/mcp-toolbox to v0.26.0 ([#75](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/issues/75)) ([f815e79](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/f815e7986115fa314d38bf1c1b57db9c2fe7b3d1))
1717

1818
## [0.1.6](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.5...0.1.6) (2025-12-08)
1919

2020

2121
### Features
2222

23-
* **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)) ([8db82a8](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/8db82a8a9630f093f8a39bdf16b0da9b941f9dd0))
23+
* **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)) ([8db82a8](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/8db82a8a9630f093f8a39bdf16b0da9b941f9dd0))
2424

2525
## [0.1.5](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.4...0.1.5) (2025-11-18)
2626

2727

2828
### Features
2929

30-
* **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)) ([f8332c7](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/f8332c75f7b584ba95de00d802df08a2d2fe6a89))
31-
* 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)) ([f8332c7](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/f8332c75f7b584ba95de00d802df08a2d2fe6a89))
30+
* **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)) ([f8332c7](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/f8332c75f7b584ba95de00d802df08a2d2fe6a89))
31+
* 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)) ([f8332c7](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/f8332c75f7b584ba95de00d802df08a2d2fe6a89))
3232

3333
## [0.1.4](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.3...0.1.4) (2025-11-07)
3434

@@ -40,7 +40,7 @@
4040

4141
### Bug Fixes
4242

43-
* **source/cloud-sql-mssql:** Remove `ipAddress` field ([genai-toolbox#​1822](https://redirect.github.com/googleapis/genai-toolbox/issues/1822)) ([38d535d](https://redirect.github.com/googleapis/genai-toolbox/commit/38d535de34cfedd6828a01d9dcd25daf1bad7306)) ([ea7c1d8](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/ea7c1d85c2a6c33f6c428efc9befbdb95447f52a))
43+
* **source/cloud-sql-mssql:** Remove `ipAddress` field ([mcp-toolbox#​1822](https://redirect.github.com/googleapis/mcp-toolbox/issues/1822)) ([38d535d](https://redirect.github.com/googleapis/mcp-toolbox/commit/38d535de34cfedd6828a01d9dcd25daf1bad7306)) ([ea7c1d8](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/ea7c1d85c2a6c33f6c428efc9befbdb95447f52a))
4444

4545
## [0.1.3](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.2...0.1.3) (2025-10-17)
4646

@@ -55,7 +55,7 @@
5555
### Features
5656

5757
* add full table name to context file ([#35](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/issues/35)) ([984b098](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/984b09830b67a346bf3d9222b88622bd37fa7415))
58-
* **deps:** update dependency googleapis/genai-toolbox to v0.17.0 ([#42](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/issues/42)) ([946fc11](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/946fc11399c4131d3c3892c373e428accb90d172))
58+
* **deps:** update dependency googleapis/mcp-toolbox to v0.17.0 ([#42](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/issues/42)) ([946fc11](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/commit/946fc11399c4131d3c3892c373e428accb90d172))
5959

6060
## [0.1.1](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.0...0.1.1) (2025-09-30)
6161

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
@@ -150,4 +150,4 @@ Common issues:
150150
* "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.
151151
* "✖ 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.
152152
* "✖ MCP ERROR: Error: spawn /Users/USER/.gemini/extensions/cloud-sql-sqlserver/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
153-
* "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.
153+
* "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)