Skip to content

Commit 2525935

Browse files
committed
update gcs bucket name
1 parent ff08f05 commit 2525935

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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-observability"
2020
FILES_TO_PACKAGE: "gemini-extension.json CLOUD-SQL-MYSQL-OBSERVABILITY.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

DEVELOPER.md

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

0 commit comments

Comments
 (0)