From 55adc635b29e8e1b0b9d98c1e2b83c03e4ccc1c7 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 26 Sep 2025 15:17:42 -0700 Subject: [PATCH] feat: standardize mcp server names --- gemini-extension.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemini-extension.json b/gemini-extension.json index 065c481..69ace21 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "Manage and monitor database performance and health for Cloud SQL for MySQL databases.", "mcpServers": { - "Cloud SQL for MySQL Observability": { + "cloud_sql_mysql_observability": { "command": "${extensionPath}${/}toolbox", "args": [ "--prebuilt", @@ -13,4 +13,4 @@ } }, "contextFileName": "CLOUD-SQL-MYSQL-OBSERVABILITY.md" -} +} \ No newline at end of file