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 +}