diff --git a/gemini-extension.json b/gemini-extension.json index 5cfd404..1546ecb 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", "mcpServers": { - "Cloud SQL for PostgreSQL Admin": { + "cloud_sql_postgresql_admin": { "command": "${extensionPath}${/}toolbox", "args": [ "--prebuilt", @@ -11,7 +11,7 @@ "--stdio" ] }, - "Cloud SQL for PostgreSQL": { + "cloud_sql_postgresql": { "command": "${extensionPath}${/}toolbox", "args": [ "--prebuilt", @@ -27,4 +27,4 @@ } }, "contextFileName": "CLOUD-SQL-POSTGRESQL.md" -} +} \ No newline at end of file