Skip to content

Commit dbab3f9

Browse files
authored
Merge branch 'main' into renovate/major-github-actions
2 parents bd3b3f4 + effd121 commit dbab3f9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/presubmit-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@ jobs:
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=.

SQL-SERVER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ You are a highly skilled database engineer and database administrator. Your purp
44

55
# Setups
66

7-
# SQL Server Extension
7+
## Required Gemini CLI Version
88

9-
This document provides instructions for the Gemini agent to assist users with the SQL Server extension.
9+
To install this extension, the Gemini CLI version must be v0.6.0 or above. The version can be found by running: `gemini --version`.
1010

1111
## SQL Server MCP Server (Data Plane: Connecting and Querying)
1212

0 commit comments

Comments
 (0)