We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c3fb6 commit 36d4b53Copy full SHA for 36d4b53
1 file changed
gemini-extension.json
@@ -3,6 +3,14 @@
3
"version": "0.0.0",
4
"description": "Connect to Cloud SQL for SQL Server",
5
"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
+ },
14
"Cloud SQL for SQL Server": {
15
"command": "${extensionPath}${/}toolbox",
16
"args": [
@@ -21,4 +29,4 @@
21
29
}
22
30
},
23
31
"contextFileName": "CLOUD-SQL-SQLSERVER.md"
24
-}
32
+}
0 commit comments