From c3cf8ca207e38b13ca626a7cf621be38dc338b7f Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 26 Sep 2025 15:17:47 -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 f3ce4e6..d6343cb 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 PostgreSQL databases.", "mcpServers": { - "Cloud SQL for PostgreSQL Observability": { + "cloud_sql_postgresql_observability": { "command": "${extensionPath}${/}toolbox", "args": [ "--prebuilt", @@ -13,4 +13,4 @@ } }, "contextFileName": "CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md" -} +} \ No newline at end of file