File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2727 - name : Install Gemini CLI
2828 run : npm install @google/gemini-cli
2929
30+ - name : Install toolbox binary
31+ run : |
32+ VERSION=$(cat toolbox_version.txt)
33+ curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
34+ chmod +x toolbox
35+
3036 - name : Install Extension
31- run : npx gemini extensions install --path=.
37+ run : yes | npx gemini extensions install --path=.
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ software delivery cycle.
66
77# Setup
88
9+ ## Required Gemini CLI Version
10+
11+ To install this extension, the Gemini CLI version must be v0.6.0 or above. The version can be found by running: ` gemini --version ` .
12+
913## PostgreSQL MCP Server (Data Plane: Connecting and Querying)
1014
1115This section covers connecting to a PostgreSQL database instance.
You can’t perform that action at this time.
0 commit comments