diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f69f79b..0533093 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -21,7 +21,7 @@ pinDigests: true, }, { - matchPackageNames: ['googleapis/genai-toolbox'], + matchPackageNames: ['googleapis/mcp-toolbox'], 'semanticCommitType': 'feat' } ], @@ -31,7 +31,7 @@ managerFilePatterns: ["/toolbox_version\\.txt$/"], matchStrings: ["(?[\\d\\.]+)"], datasourceTemplate: "github-releases", - packageNameTemplate: "googleapis/genai-toolbox", + packageNameTemplate: "googleapis/mcp-toolbox", extractVersionTemplate: "^v(?.*)$", } ] diff --git a/.github/workflows/mirror-changelog.yml b/.github/workflows/mirror-changelog.yml index e516fb7..b2a5c33 100644 --- a/.github/workflows/mirror-changelog.yml +++ b/.github/workflows/mirror-changelog.yml @@ -20,7 +20,7 @@ on: jobs: add-release-notes: - if: github.actor == 'renovate-bot' && startsWith(github.head_ref, 'renovate/googleapis-genai-toolbox') + if: github.actor == 'renovate-bot' && startsWith(github.head_ref, 'renovate/googleapis-mcp-toolbox') runs-on: ubuntu-latest permissions: pull-requests: write @@ -38,7 +38,7 @@ jobs: const prBody = context.payload.pull_request.body || ''; // Extract the relevant changelog section - const startMarker = 'googleapis/genai-toolbox'; + const startMarker = 'googleapis/mcp-toolbox'; const endMarker = ''; const startIndex = prBody.indexOf(startMarker); const endIndex = prBody.indexOf(endMarker, startIndex); @@ -98,8 +98,8 @@ jobs: // To prevent this, we insert an invisible Unicode zero-width space (`\u200B`) // between the '#' and the number in the link text. This breaks the parser's // pattern matching without changing the visual appearance of the link. - // E.g., "[#1770](...)" becomes "[genai-toolbox#​1770](...)" - originalContent = originalContent.replace(/\[#(\d+)\](\([^)]+\))/g, '[genai-toolbox#\u200B$1]$2'); + // E.g., "[#1770](...)" becomes "[mcp-toolbox#​1770](...)" + originalContent = originalContent.replace(/\[#(\d+)\](\([^)]+\))/g, '[mcp-toolbox#\u200B$1]$2'); const lineAsLowerCase = originalContent.toLowerCase(); const hasPrefix = prefixesToFilter.some(prefix => lineAsLowerCase.includes(prefix)); diff --git a/.github/workflows/package-and-upload-assets.yml b/.github/workflows/package-and-upload-assets.yml index 0db1ad3..bb2005f 100644 --- a/.github/workflows/package-and-upload-assets.yml +++ b/.github/workflows/package-and-upload-assets.yml @@ -18,7 +18,7 @@ name: Package and Upload Release Assets env: PACKAGE_NAME: "cloud-sql-sqlserver" FILES_TO_PACKAGE: "gemini-extension.json CLOUD-SQL-SQLSERVER.md LICENSE" - GCS_BUCKET_URL: "https://storage.googleapis.com/genai-toolbox/geminicli" + GCS_BUCKET_URL: "https://storage.googleapis.com/mcp-toolbox-for-databases/geminicli" on: release: diff --git a/.github/workflows/presubmit-tests.yml b/.github/workflows/presubmit-tests.yml index 7e09f4e..d70cb9a 100644 --- a/.github/workflows/presubmit-tests.yml +++ b/.github/workflows/presubmit-tests.yml @@ -30,7 +30,7 @@ jobs: - name: Install toolbox binary run: | VERSION=$(cat toolbox_version.txt) - curl -L -o toolbox "https://storage.googleapis.com/genai-toolbox/v${VERSION}/linux/amd64/toolbox" + curl -L -o toolbox "https://storage.googleapis.com/mcp-toolbox-for-databases/v${VERSION}/linux/amd64/toolbox" chmod +x toolbox - name: Install Extension diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d3ca0..c946d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,22 +13,22 @@ ### Features * 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)) -* **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)) +* **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)) ## [0.1.6](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.5...0.1.6) (2025-12-08) ### Features -* **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)) +* **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)) ## [0.1.5](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.4...0.1.5) (2025-11-18) ### Features -* **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)) -* 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)) +* **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)) +* 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)) ## [0.1.4](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.3...0.1.4) (2025-11-07) @@ -40,7 +40,7 @@ ### Bug Fixes -* **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)) +* **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)) ## [0.1.3](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.2...0.1.3) (2025-10-17) @@ -55,7 +55,7 @@ ### Features * 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)) -* **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)) +* **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)) ## [0.1.1](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/0.1.0...0.1.1) (2025-09-30) diff --git a/DEVELOPER.md b/DEVELOPER.md index 9568187..b226a05 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -33,7 +33,7 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th VERSION=$(cat toolbox_version.txt) # Example for macOS/amd64 - curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/geminicli/v$VERSION/darwin/amd64/toolbox + curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/geminicli/v$VERSION/darwin/amd64/toolbox chmod +x toolbox ``` Adjust the URL for your operating system (`linux/amd64`, `darwin/arm64`, `windows/amd64`). diff --git a/README.md b/README.md index b106f8b..86f2f62 100644 --- a/README.md +++ b/README.md @@ -150,4 +150,4 @@ Common issues: * "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. * "✖ 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. * "✖ 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+. -* "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. +* "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.