Skip to content

Commit 4d663a5

Browse files
authored
feat: standardize mcp server names (#30)
1 parent 127a4aa commit 4d663a5

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 and interact with a Cloud SQL for MySQL database and data",
55
"mcpServers": {
6-
"Cloud SQL for MySQL Admin": {
6+
"cloud_sql_mysql_admin": {
77
"command": "${extensionPath}${/}toolbox",
88
"args": [
99
"--prebuilt",
1010
"cloud-sql-mysql-admin",
1111
"--stdio"
1212
]
1313
},
14-
"Cloud SQL for MySQL": {
14+
"cloud_sql_mysql": {
1515
"command": "${extensionPath}${/}toolbox",
1616
"args": [
1717
"--prebuilt",
@@ -29,4 +29,4 @@
2929
}
3030
},
3131
"contextFileName": "CLOUD-SQL-MYSQL.md"
32-
}
32+
}

0 commit comments

Comments
 (0)