From 4bfafaca873e20322e069777d97348c4b9511804 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Tue, 13 Jan 2026 14:34:07 -0800 Subject: [PATCH 1/2] feat: add Configuration settings --- gemini-extension.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/gemini-extension.json b/gemini-extension.json index 677e4b8..a8e3084 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "spanner", - "version": "0.1.1", + "version": "0.2.1", "description": "Connect and interact with Spanner data using natural language.", "mcpServers": { "spanner": { @@ -12,5 +12,22 @@ ] } }, - "contextFileName": "SPANNER.md" -} + "contextFileName": "SPANNER.md", + "settings": [ + { + "name": "Project ID", + "description": "ID of the Google Cloud project", + "envVar": "SPANNER_PROJECT" + }, + { + "name": "Instance ID", + "description": "ID of the Spanner instance", + "envVar": "SPANNER_INSTANCE" + }, + { + "name": "Database ID", + "description": "ID of the Spanner database", + "envVar": "SPANNER_DATABASE" + } + ] +} \ No newline at end of file From 358c9c8c2c0e54f8339aaa2ff60f0ddc1ed45cc4 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 16 Jan 2026 11:36:36 -0800 Subject: [PATCH 2/2] Update gemini-extension.json --- gemini-extension.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemini-extension.json b/gemini-extension.json index a8e3084..1e2ef1f 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "spanner", - "version": "0.2.1", + "version": "0.1.1", "description": "Connect and interact with Spanner data using natural language.", "mcpServers": { "spanner": { @@ -30,4 +30,4 @@ "envVar": "SPANNER_DATABASE" } ] -} \ No newline at end of file +}