From 801dfaa940c6efc66ca02128b733fcbc78beac85 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 26 Sep 2025 15:17:40 -0700 Subject: [PATCH] feat: standardize mcp server names --- gemini-extension.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gemini-extension.json b/gemini-extension.json index 68d5d52..9b71c68 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "Connect and interact with a Cloud SQL for MySQL database and data", "mcpServers": { - "Cloud SQL for MySQL Admin": { + "cloud_sql_mysql_admin": { "command": "${extensionPath}${/}toolbox", "args": [ "--prebuilt", @@ -11,7 +11,7 @@ "--stdio" ] }, - "Cloud SQL for MySQL": { + "cloud_sql_mysql": { "command": "${extensionPath}${/}toolbox", "args": [ "--prebuilt", @@ -29,4 +29,4 @@ } }, "contextFileName": "CLOUD-SQL-MYSQL.md" -} +} \ No newline at end of file