Skip to content

Commit 36d4b53

Browse files
chore: Update gemini-extension.json (#6)
Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
1 parent 10c3fb6 commit 36d4b53

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

gemini-extension.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "0.0.0",
44
"description": "Connect to Cloud SQL for SQL Server",
55
"mcpServers": {
6+
"Cloud SQL for SQL Server Admin": {
7+
"command": "${extensionPath}${/}toolbox",
8+
"args": [
9+
"--prebuilt",
10+
"cloud-sql-mssql-admin",
11+
"--stdio"
12+
]
13+
},
614
"Cloud SQL for SQL Server": {
715
"command": "${extensionPath}${/}toolbox",
816
"args": [
@@ -21,4 +29,4 @@
2129
}
2230
},
2331
"contextFileName": "CLOUD-SQL-SQLSERVER.md"
24-
}
32+
}

0 commit comments

Comments
 (0)