File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,28 +26,15 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
2626 cd cloud-sql-postgresql
2727 ```
2828
29- 2. ** Download the Toolbox Binary:** The required version of the ` toolbox` binary
30- is specified in ` toolbox_version.txt` . Download it for your platform.
31-
32- ` ` ` bash
33- # Read the required version
34- VERSION=$( cat toolbox_version.txt)
35-
36- # Example for macOS/amd64
37- curl -L -o toolbox https://storage.googleapis.com/mcp-toolbox-for-databases/geminicli/v$VERSION /darwin/amd64/toolbox
38- chmod +x toolbox
39- ` ` `
40- Adjust the URL for your operating system (` linux/amd64` , ` darwin/arm64` , ` windows/amd64` ).
41-
42- 3. ** Install the Extension Locally:** Use the Gemini CLI to install the
29+ 2. ** Install the Extension Locally:** Use the Gemini CLI to install the
4330 extension from your local directory.
4431
4532 ` ` ` bash
4633 gemini extensions install .
4734 ` ` `
4835 The CLI will prompt you to confirm the installation. Accept it to proceed.
4936
50- 4 . ** Testing Changes:** After installation, start the Gemini CLI (` gemini` ).
37+ 3 . ** Testing Changes:** After installation, start the Gemini CLI (` gemini` ).
5138 You can now interact with the ` cloud-sql-postgresql` tools to manually test your changes
5239 against your connected database.
5340
You can’t perform that action at this time.
0 commit comments