From e25208c660bb610e9267b54bc37ec74a3c233124 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 27 May 2026 01:02:53 +0000
Subject: [PATCH] chore(main): release 0.3.1
---
.claude-plugin/plugin.json | 2 +-
.codex-plugin/plugin.json | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 20 ++++++++++++++++++++
README.md | 14 +++++++-------
gemini-extension.json | 2 +-
6 files changed, 31 insertions(+), 11 deletions(-)
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index c15f272..ada6bea 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "firestore-native",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Connect and interact with Firestore databases, collections, and documents.",
"author": {
"name": "Google LLC",
diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json
index 221db83..a951db2 100644
--- a/.codex-plugin/plugin.json
+++ b/.codex-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "firestore-native",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Connect and interact with Firestore databases, collections, and documents.",
"author": {
"name": "Google LLC",
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 6b7b74c..cce9240 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.3.0"
+ ".": "0.3.1"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94a9525..5cf5885 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [0.3.1](https://github.com/gemini-cli-extensions/firestore-native/compare/0.3.0...0.3.1) (2026-05-27)
+
+
+### Features
+
+* **auth:** Implement MCP auth tool-level scopes validation ([mcp-toolbox#3049](https://redirect.github.com/googleapis/mcp-toolbox/issues/3049)) ([c528985](https://redirect.github.com/googleapis/mcp-toolbox/commit/c528985149060adb648f85b5486391bd72d6727e)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+* **looker:** Propagate client IP from incoming MCP requests to downstream SDK calls ([mcp-toolbox#3253](https://redirect.github.com/googleapis/mcp-toolbox/issues/3253)) ([75da6c2](https://redirect.github.com/googleapis/mcp-toolbox/commit/75da6c21dd29d7e8e70eac1b747e3946097e7459)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+* Add support for HTTPS/TLS listener ([mcp-toolbox#3126](https://redirect.github.com/googleapis/mcp-toolbox/issues/3126)) ([8bc385d](https://redirect.github.com/googleapis/mcp-toolbox/commit/8bc385d7d6fd9ed2ad13503d9feb503de0b512b1)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+* Setup SQLCommenter and allow client metadata ([mcp-toolbox#3064](https://redirect.github.com/googleapis/mcp-toolbox/issues/3064)) ([9f1f9b3](https://redirect.github.com/googleapis/mcp-toolbox/commit/9f1f9b321dcd05cce55dbff1bbaebfc44a4c9907)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+
+
+### Bug Fixes
+
+* **auth/generic:** Fix generic auth expiration field and integration with `authRequired` ([mcp-toolbox#3251](https://redirect.github.com/googleapis/mcp-toolbox/issues/3251)) ([f4d16c0](https://redirect.github.com/googleapis/mcp-toolbox/commit/f4d16c09b12c4d3297a9aedca706c9830382a4e3)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+* **mcp:** Implement router-level logger injection for MCP auth ([mcp-toolbox#3067](https://redirect.github.com/googleapis/mcp-toolbox/issues/3067)) ([ccc7cf5](https://redirect.github.com/googleapis/mcp-toolbox/commit/ccc7cf5ee8a1bacb6b57faf41ae5a1cc3da5299e)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+* **tools:** Initialize query result slices to empty array ([mcp-toolbox#3250](https://redirect.github.com/googleapis/mcp-toolbox/issues/3250)) ([60ddf48](https://redirect.github.com/googleapis/mcp-toolbox/commit/60ddf487468bfd11c7f9346f16a33a8986f89f84)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+* Allow converting string literal block with list ([mcp-toolbox#3050](https://redirect.github.com/googleapis/mcp-toolbox/issues/3050)) ([36ab2a9](https://redirect.github.com/googleapis/mcp-toolbox/commit/36ab2a98f9f2d03c27eea389d2281bfc4581ffa1)), closes [mcp-toolbox#3023](https://redirect.github.com/googleapis/mcp-toolbox/issues/3023) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+* Prevent test.db from being created during unit tests ([mcp-toolbox#3042](https://redirect.github.com/googleapis/mcp-toolbox/issues/3042)) ([d10d2ca](https://redirect.github.com/googleapis/mcp-toolbox/commit/d10d2caeb7c9eda7d17d6dbd9f63363b2bc23a7a)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+* Remove hardcoded \* allowed origin for sse ([mcp-toolbox#3054](https://redirect.github.com/googleapis/mcp-toolbox/issues/3054)) ([c4c7bd9](https://redirect.github.com/googleapis/mcp-toolbox/commit/c4c7bd917e686de68e2be866cfe3872c3439efae)) ([0291742](https://github.com/gemini-cli-extensions/firestore-native/commit/02917420f4f69b3b5f91a1f76fdd9d94e8c3dbaf))
+
## [0.3.0](https://github.com/gemini-cli-extensions/firestore-native/compare/0.2.1...0.3.0) (2026-04-16)
diff --git a/README.md b/README.md
index 0e22972..f56c4a6 100644
--- a/README.md
+++ b/README.md
@@ -83,8 +83,8 @@ For the latest version, check the [releases page][releases].
💡 Tip — Migrating from Gemini CLI?
@@ -103,7 +103,7 @@ See Migrating from Gemi **1. Clone the Repo:** ```bash -git clone --branch 0.3.0 https://github.com/gemini-cli-extensions/firestore-native.git +git clone --branch 0.3.1 https://github.com/gemini-cli-extensions/firestore-native.git ``` **2. Install the skills:** @@ -128,7 +128,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th **1. Clone the Repo:** ```bash -git clone --branch 0.3.0 https://github.com/gemini-cli-extensions/firestore-native.git +git clone --branch 0.3.1 https://github.com/gemini-cli-extensions/firestore-native.git ``` **2. Install the skills:** @@ -165,7 +165,7 @@ claude **3. Add the marketplace:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/firestore-native.git#0.3.0 +/plugin marketplace add https://github.com/gemini-cli-extensions/firestore-native.git#0.3.1 ``` **4. Install the plugin:** @@ -184,7 +184,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or **1. Clone the Repo:** ```bash -git clone --branch 0.3.0 git@github.com:gemini-cli-extensions/firestore-native.git +git clone --branch 0.3.1 git@github.com:gemini-cli-extensions/firestore-native.git ``` **2. Install the plugin:** @@ -233,7 +233,7 @@ You can install skills using the `npx skills` command. Run the following command in your terminal to automatically download and register the skills: ```bash -npx skills add https://github.com/gemini-cli-extensions/firestore-native/tree/0.3.0 +npx skills add https://github.com/gemini-cli-extensions/firestore-native/tree/0.3.1 ``` For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills). diff --git a/gemini-extension.json b/gemini-extension.json index 020b121..4a81dd6 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "firestore-native", - "version": "0.3.0", + "version": "0.3.1", "description": "Connect and interact with Firestore databases, collections, and documents.", "contextFileName": "FIRESTORE-NATIVE.md", "settings": [