Releases: gemini-cli-extensions/firestore-native
Releases · gemini-cli-extensions/firestore-native
v0.3.2
0.3.2 (2026-06-22)
Features
- auth/google: Require audience or clientId for mcpEnabled (mcp-toolbox#3450) (59f7b6e) (f7b99cf)
- mcp: Add URL parameter binding for HTTP transport (mcp-toolbox#3112) (0cc7b37) (f7b99cf)
- scylladb: Adding support for ScyllaDB source and tool (mcp-toolbox#3119) (2dada83) (f7b99cf)
- server: Add support for toolset filtering in prebuilt CLI flag (mcp-toolbox#3245) (7cc4f65) (f7b99cf)
- skills: Generate skills offline without live source connections (mcp-toolbox#3388) (4c860b6) (f7b99cf)
- skills: Tolerate missing env vars during offline skills-generate (mcp-toolbox#3399) (ea5d3e5) (f7b99cf)
- tools: Decouple tool initialization from sources (mcp-toolbox#3355) (32a24e3) (f7b99cf)
- Enable per source level flags for sql commenter (mcp-toolbox#3465) (ecce6b7) (f7b99cf)
Bug Fixes
- auth/dataplex: Fix failing source with service account credentials (mcp-toolbox#3369) (ba4deef) (f7b99cf)
- bigquery: Wire maximumBytesBilled into prebuilt config (mcp-toolbox#3385) (4abbf6e) (f7b99cf)
- config: Add doc/line context to parse errors (mcp-toolbox#2957) (4b097da) (f7b99cf)
- npm: Source binary version from cmd/version.txt (mcp-toolbox#3417) (6ffbdec) (f7b99cf)
- prebuilt/alloydb-omni: Require password env var explicitly (mcp-toolbox#3398) (fcbe3e7) (f7b99cf)
- server: Fail if MCP auth is enabled together with enable-api (mcp-toolbox#3435) (a6ff910) (f7b99cf)
- server: Return errors instead of panicking in InitializeConfigs (mcp-toolbox#3397) (f48b01d) (f7b99cf)
- Bound MCP HTTP body size (mcp-toolbox#3216) (d4f4342) (f7b99cf)
- Escape delimiter characters in applyEscape to prevent SQL injection (mcp-toolbox#2811) (932519a) (f7b99cf)
v0.3.1
0.3.1 (2026-06-12)
Features
- auth: Implement MCP auth tool-level scopes validation (mcp-toolbox#3049) (c528985) (0291742)
- ci: Add support for windows/arm64 binary distribution (mcp-toolbox#3231) (10abf3b) (d7f4242)
- datalineage: Add Data Lineage integration (mcp-toolbox#3285) (19353c3) (d7f4242)
- looker: Propagate client IP from incoming MCP requests to downstream SDK calls (mcp-toolbox#3253) (75da6c2) (0291742)
- server: Ignore unknown tools at startup with
--ignore-unknown-toolsflag (mcp-toolbox#3353) (5f0304f) (d7f4242) - Add support for HTTPS/TLS listener (mcp-toolbox#3126) (8bc385d) (0291742)
- Setup SQLCommenter and allow client metadata (mcp-toolbox#3064) (9f1f9b3) (0291742)
Bug Fixes
- auth: Separate Google and Generic MCP OAuth verification (mcp-toolbox#3341) (dfd66ee) (d7f4242)
- auth/generic: Enforce issuer presence in opaque token validation (mcp-toolbox#3360) (1d8df0d) (d7f4242)
- auth/generic: Fix generic auth expiration field and integration with
authRequired(mcp-toolbox#3251) (f4d16c0) (0291742) - mcp: Implement router-level logger injection for MCP auth (mcp-toolbox#3067) (ccc7cf5) (0291742)
- mcp: Support annotations and metadata within Tools to earlier MCP schemas (mcp-toolbox#3300) (9a88c72) (d7f4242)
- oracle: Remove trailing semicolons from prebuilt tools (mcp-toolbox#3215) (fcad02d) (d7f4242)
- server: Return null id for batch request rejection (mcp-toolbox#3333) (0b18d58) (d7f4242)
- server/auth: Centralize tool scopes validation (mcp-toolbox#3335) (adce4ab) (d7f4242)
- telemetry: Allow GCP project override (mcp-toolbox#2960) (3c83ba5) (d7f4242)
- tools: Initialize query result slices to empty array (mcp-toolbox#3250) (60ddf48) (0291742)
- Allow converting string literal block with list (mcp-toolbox#3050) (36ab2a9), closes mcp-toolbox#3023 (0291742)
- Prevent test.db from being created during unit tests (mcp-toolbox#3042) (d10d2ca) (0291742)
- Remove hardcoded * allowed origin for sse (mcp-toolbox#3054) (c4c7bd9) (0291742)
v0.3.0
0.3.0 (2026-04-16)
⚠ BREAKING CHANGES
- add support for skills (#105) (da51057)
- firestore: restructure prebuilt toolsets (mcp-toolbox#2636)
- update repo name (mcp-toolbox#2968)
Features
- skill: Attach user agent metadata for generated skill (mcp-toolbox#2697) (9598a6a) (ac552d0)
- skill: Update skill generation logic (mcp-toolbox#2646) (c233eee) (ac552d0) (mcp-toolbox#2733) (5b85c65) (ac552d0)
- skills: Add Claude Code support to generated scripts (mcp-toolbox#2966) (a1609e1) (ac552d0)
- skills: Add codex user agent (mcp-toolbox#2973) (070e939) (ac552d0)
- skills: Tool invocation via npx (mcp-toolbox#2916) (377dc5b) (ac552d0)
- add Claude code plugin config (#107) (f616fb1)
- add Codex plugin config (#108) (cf4506c)
Bug Fixes
- skill: Fix env variable propagation (mcp-toolbox#2645) (5271368) (ac552d0)
- skills: Fix integer parameter parsing through agent skills (mcp-toolbox#2847) (4564efe) (ac552d0)
- skills: Fix skill generation template (mcp-toolbox#2914) (a01a15e) (ac552d0)
- skills: Improve flag validation and silence unit test output (mcp-toolbox#2759) (f3da6aa) (ac552d0)
- skills: Prevent empty strings overriding optional env vars in node scripts (mcp-toolbox#2963) (c52adeb) (ac552d0)
v0.2.1
0.2.1 (2026-03-03)
Features
- dataproc: Add dataproc source and list/get clusters/jobs tools (genai-toolbox#2407) (cc05e57) (9495d0e)
- ui: Make tool list panel resizable (genai-toolbox#2253) (276cf60) (9495d0e)
- Add polling system to dynamic reloading (genai-toolbox#2466) (fcaac9b) (9495d0e)
- Added basic template for sdks doc migrate (genai-toolbox#1961) (87f2eaf) (9495d0e)
Bug Fixes
- ci: Add path for forked PR unit test runs (genai-toolbox#2540) (04dd2a7) (9495d0e)
- docs/adk: Resolve dependency duplication (genai-toolbox#2418) (4d44abb) (9495d0e)
- docs/langchain: Fix core at 0.3.0 and align compatible dependencies (genai-toolbox#2426) (36edfd3) (9495d0e)
- oracle: Enable DML operations and resolve incorrect array type error (genai-toolbox#2323) (72146a4) (9495d0e)
- server/mcp: Guard nil dereference in sseManager.get (genai-toolbox#2557) (e534196), closes genai-toolbox#2548 (9495d0e)
- tests: Resolve LlamaIndex dependency conflict in JS quickstart (genai-toolbox#2597) (ac11f5a) (9495d0e)
- tests/postgres: Implement uuid-based isolation and reliable resource cleanup (genai-toolbox#2377) (8a96fb1) (9495d0e)
- tests/postgres: Restore list_schemas test and implement dynamic owner (genai-toolbox#2521) (7041e79) (9495d0e)
- Deflake alloydb omni (genai-toolbox#2431) (62b8309) (9495d0e)
- Enforce required validation for explicit null parameter values (genai-toolbox#2519) (d5e9512) (9495d0e)
v0.2.0
0.2.0 (2026-02-25)
⚠ BREAKING CHANGES
- Update/add detailed telemetry for mcp endpoint compliant with OTEL semantic convention (genai-toolbox#1987) (478a0bd)
- Update configuration file v2 (genai-toolbox#2369)(293c1d6)
Features
- cli/invoke: Add support for direct tool invocation from CLI (genai-toolbox#2353) (6e49ba4) (6d9c082)
- cli/skills: Add support for generating agent skills from toolset (genai-toolbox#2392) (80ef346) (6d9c082)
- cloud-logging-admin: Add source, tools, integration test and docs (genai-toolbox#2137) (252fc30) (6d9c082)
- cockroachdb: Add CockroachDB integration with cockroach-go (genai-toolbox#2006) (1fdd99a) (6d9c082)
- prebuiltconfigs/alloydb-omni: Implement Alloydb omni dataplane tools (genai-toolbox#2340) (e995349) (6d9c082)
- server: Add Tool call error categories (genai-toolbox#2387) (32cb4db) (6d9c082)
- Update configuration file v2 (genai-toolbox#2369)(293c1d6) (6d9c082)
- Update/add detailed telemetry for mcp endpoint compliant with OTEL semantic convention (genai-toolbox#1987) (478a0bd) (6d9c082)
Bug Fixes
- dataplex: Capture GCP HTTP errors in MCP Toolbox (genai-toolbox#2347) (1d7c498) (6d9c082)
- Surface Dataplex API errors in MCP results (genai-toolbox#2347)(1d7c498) (6d9c082)