Skip to content

Commit a5925af

Browse files
committed
feat: standardize mcp server names
1 parent 4fa30b4 commit a5925af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gemini-extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.1.0",
44
"description": "Connect to Cloud SQL for SQL Server",
55
"mcpServers": {
6-
"Cloud SQL for SQL Server Admin": {
6+
"cloud_sql_sqlserver_admin": {
77
"command": "${extensionPath}${/}toolbox",
88
"args": [
99
"--prebuilt",
1010
"cloud-sql-mssql-admin",
1111
"--stdio"
1212
]
1313
},
14-
"Cloud SQL for SQL Server": {
14+
"cloud_sql_sqlserver": {
1515
"command": "${extensionPath}${/}toolbox",
1616
"args": [
1717
"--prebuilt",
@@ -29,4 +29,4 @@
2929
}
3030
},
3131
"contextFileName": "CLOUD-SQL-SQLSERVER.md"
32-
}
32+
}

0 commit comments

Comments
 (0)