From 30df47ede98050872ff60372ac211a086da4840f Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Thu, 18 Sep 2025 17:39:01 -0700 Subject: [PATCH] chore: Update gemini-extension.json --- gemini-extension.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gemini-extension.json b/gemini-extension.json index e6017a9..573830c 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -3,6 +3,14 @@ "version": "0.0.0", "description": "Connect to Cloud SQL for SQL Server", "mcpServers": { + "Cloud SQL for SQL Server Admin": { + "command": "${extensionPath}${/}toolbox", + "args": [ + "--prebuilt", + "cloud-sql-mssql-admin", + "--stdio" + ] + }, "Cloud SQL for SQL Server": { "command": "${extensionPath}${/}toolbox", "args": [ @@ -21,4 +29,4 @@ } }, "contextFileName": "CLOUD-SQL-SQLSERVER.md" -} \ No newline at end of file +}