Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigquery-data-analytics",
"version": "0.2.2",
"version": "0.2.3",
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
"author": {
"name": "Google LLC",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigquery-data-analytics",
"version": "0.2.2",
"version": "0.2.3",
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
"author": {
"name": "Google LLC",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.2.3"
}
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## [0.2.3](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.2.2...0.2.3) (2026-08-21)


### Features

* **arcadedb:** Add arcadedb source and tools ([mcp-toolbox#​2961](https://redirect.github.com/googleapis/mcp-toolbox/issues/2961)) ([351de00](https://redirect.github.com/googleapis/mcp-toolbox/commit/351de00781a08999e735356624370ea1e7414419)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for developer use ([mcp-toolbox#​3451](https://redirect.github.com/googleapis/mcp-toolbox/issues/3451)) ([8cffcef](https://redirect.github.com/googleapis/mcp-toolbox/commit/8cffcef2b109ba913bd63b87a61f75db9e957d2f)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **groups:** Add ttlMs and cacheScope customization to config ([mcp-toolbox#​3805](https://redirect.github.com/googleapis/mcp-toolbox/issues/3805)) ([a5d4947](https://redirect.github.com/googleapis/mcp-toolbox/commit/a5d49472bad85e8955dc83852e65c5cd92f351a3)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **migrate:** Convert toolset to group kind during migration ([mcp-toolbox#​3704](https://redirect.github.com/googleapis/mcp-toolbox/issues/3704)) ([0adeaa5](https://redirect.github.com/googleapis/mcp-toolbox/commit/0adeaa51c4e132fe36553b24f88e8f62df90bfaa)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **prebuilt:** Migrate skills-repo toolsets to `kind: group` with descriptions ([mcp-toolbox#​3595](https://redirect.github.com/googleapis/mcp-toolbox/issues/3595)) ([b895b36](https://redirect.github.com/googleapis/mcp-toolbox/commit/b895b36b10eb81dc609216fc5f76ae800d1c65f4)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **release:** Add digital signature to Toolbox binaries ([mcp-toolbox#​3528](https://redirect.github.com/googleapis/mcp-toolbox/issues/3528)) ([3f0f0af](https://redirect.github.com/googleapis/mcp-toolbox/commit/3f0f0af29007929b01e95ee2caef4fd2015d5f12)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **server:** Add `/healthz` endpoint for container health checks ([mcp-toolbox#​3060](https://redirect.github.com/googleapis/mcp-toolbox/issues/3060)) ([d5aefbc](https://redirect.github.com/googleapis/mcp-toolbox/commit/d5aefbc9e9bd914042224daaf0d4f9257ac01c88)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **server/mcp:** Introduce generic client extension registry ([mcp-toolbox#​3723](https://redirect.github.com/googleapis/mcp-toolbox/issues/3723)) ([016245c](https://redirect.github.com/googleapis/mcp-toolbox/commit/016245c21c254a05409a41845e0a8799518363a0)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **skill:** Add review-prs skill for mcp-toolbox ([mcp-toolbox#​3743](https://redirect.github.com/googleapis/mcp-toolbox/issues/3743)) ([5b7bacc](https://redirect.github.com/googleapis/mcp-toolbox/commit/5b7bacc73b9284160b73c4c3f7a53214c653e64a)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **skills:** Add `--group` flag to generate a skill from one group ([mcp-toolbox#​3585](https://redirect.github.com/googleapis/mcp-toolbox/issues/3585)) ([c1abd4f](https://redirect.github.com/googleapis/mcp-toolbox/commit/c1abd4fc4fcdfa52ba20aaf7d92424ca189c7282)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **skills:** Default `--name` to `--group`, `--toolset`, or single `--prebuilt` name ([mcp-toolbox#​3586](https://redirect.github.com/googleapis/mcp-toolbox/issues/3586)) ([2b33b08](https://redirect.github.com/googleapis/mcp-toolbox/commit/2b33b08c3a220657c8ab6a3e0ce1274badc2fe15)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **skills:** Make description optional during skills gen ([mcp-toolbox#​3584](https://redirect.github.com/googleapis/mcp-toolbox/issues/3584)) ([d0a8f14](https://redirect.github.com/googleapis/mcp-toolbox/commit/d0a8f14cbec1f9770da7f82a07b4e480f5a4c6a7)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **source/bigquery:** Add apiEndpoint field to override BigQuery API host ([mcp-toolbox#​3437](https://redirect.github.com/googleapis/mcp-toolbox/issues/3437)) ([4da1600](https://redirect.github.com/googleapis/mcp-toolbox/commit/4da1600df9971789a0970d174be3c2ed1368f7c1)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **tools:** Add cloud-sql-connect-gce for pg, mysql, mssql ([mcp-toolbox#​3740](https://redirect.github.com/googleapis/mcp-toolbox/issues/3740)) ([ca58fa4](https://redirect.github.com/googleapis/mcp-toolbox/commit/ca58fa4b525d6726b9792a9f6303fbcc26c9ca3f)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* Add `groups` support ([mcp-toolbox#​3605](https://redirect.github.com/googleapis/mcp-toolbox/issues/3605)) ([e75ec3b](https://redirect.github.com/googleapis/mcp-toolbox/commit/e75ec3b5c84dfad5b69f2d42ec2d3408f22e2463)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* Add `quotaProject` support for BigQuery and Looker conversational analytics ([mcp-toolbox#​2610](https://redirect.github.com/googleapis/mcp-toolbox/issues/2610)) ([f3e7ca9](https://redirect.github.com/googleapis/mcp-toolbox/commit/f3e7ca9a8f49ce79f5b6fbef23c45a643c4e9d44)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* Support MCP 2026 draft specs ([mcp-toolbox#​3544](https://redirect.github.com/googleapis/mcp-toolbox/issues/3544)) ([d12eaa8](https://redirect.github.com/googleapis/mcp-toolbox/commit/d12eaa856bad70b49ba2b7b9f2882cffbf81220f)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* Update draft specs to 2026-07-28 ([mcp-toolbox#​3699](https://redirect.github.com/googleapis/mcp-toolbox/issues/3699)) ([cf128ff](https://redirect.github.com/googleapis/mcp-toolbox/commit/cf128ff94c4d39aea1eb17caa706ff0b73d8c780)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))


### Bug Fixes

* **auth/mcp:** Derive PRM URL from Toolbox URL ([mcp-toolbox#​3765](https://redirect.github.com/googleapis/mcp-toolbox/issues/3765)) ([aa30842](https://redirect.github.com/googleapis/mcp-toolbox/commit/aa308422ad6dd73a014722c3ebf9628d7aa9cc8f)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **config:** Ignore environment variables in YAML comments ([mcp-toolbox#​3807](https://redirect.github.com/googleapis/mcp-toolbox/issues/3807)) ([79aa732](https://redirect.github.com/googleapis/mcp-toolbox/commit/79aa73247d35286e1cc4309883d539cf9a470686)), refs [mcp-toolbox#​3793](https://redirect.github.com/googleapis/mcp-toolbox/issues/3793) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **mcp:** Return Tool execution error for invalid input param ([mcp-toolbox#​3799](https://redirect.github.com/googleapis/mcp-toolbox/issues/3799)) ([8120197](https://redirect.github.com/googleapis/mcp-toolbox/commit/81201978a7a1d2a786eb3707ddaa7b090dd1c454)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **parameters:** Report the offending value in array/map type errors ([mcp-toolbox#​3512](https://redirect.github.com/googleapis/mcp-toolbox/issues/3512)) ([4034d6f](https://redirect.github.com/googleapis/mcp-toolbox/commit/4034d6f7b820962495622dbedc64fea968c14963)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **parameters:** Return an error instead of panicking on a non-string type field ([mcp-toolbox#​3516](https://redirect.github.com/googleapis/mcp-toolbox/issues/3516)) ([66a0d53](https://redirect.github.com/googleapis/mcp-toolbox/commit/66a0d53b9fd11d6ee90b28ae1c411fc8685ab990)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **prebuilt/cloud-storage:** Declare tool collections as groups ([mcp-toolbox#​3764](https://redirect.github.com/googleapis/mcp-toolbox/issues/3764)) ([7d468be](https://redirect.github.com/googleapis/mcp-toolbox/commit/7d468be107dfe476d77bd7f937b5dd9c61e5cdc8)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **server:** Avoid a nil-flusher panic in the SSE handler ([mcp-toolbox#​3520](https://redirect.github.com/googleapis/mcp-toolbox/issues/3520)) ([947f42f](https://redirect.github.com/googleapis/mcp-toolbox/commit/947f42f3e8a07362466566043045491d2318db29)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **server:** Sort default toolset alphabetically for stable ordering ([mcp-toolbox#​3539](https://redirect.github.com/googleapis/mcp-toolbox/issues/3539)) ([e5da24c](https://redirect.github.com/googleapis/mcp-toolbox/commit/e5da24c5dfd2208c7e947a20e58a2e2c82236241)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **server/mcp:** Disallow client overriding URL bound parameters ([mcp-toolbox#​3798](https://redirect.github.com/googleapis/mcp-toolbox/issues/3798)) ([f15a9c7](https://redirect.github.com/googleapis/mcp-toolbox/commit/f15a9c7082215bd8e9990395d01b5e4fa3b36c69)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **tools/bigquery:** Keep the provider error classification in bigquery-execute-sql ([mcp-toolbox#​3738](https://redirect.github.com/googleapis/mcp-toolbox/issues/3738)) ([42570b8](https://redirect.github.com/googleapis/mcp-toolbox/commit/42570b833656fdf71cf36ba3333a2419f48730d2)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* **util:** Convert exponent-form JSON numbers in ConvertNumbers ([mcp-toolbox#​3730](https://redirect.github.com/googleapis/mcp-toolbox/issues/3730)) ([e9713ee](https://redirect.github.com/googleapis/mcp-toolbox/commit/e9713eec3acea912e0b6a254b845bd9da04f8192)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* Re-add name validation to tools name ([mcp-toolbox#​3654](https://redirect.github.com/googleapis/mcp-toolbox/issues/3654)) ([944f6ce](https://redirect.github.com/googleapis/mcp-toolbox/commit/944f6ce97bc77a92a052de92b88f0fc09ac7578c)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))
* Re-add tool validation during startup ([mcp-toolbox#​3705](https://redirect.github.com/googleapis/mcp-toolbox/issues/3705)) ([25ce953](https://redirect.github.com/googleapis/mcp-toolbox/commit/25ce953559a201183f066f566dca5fb597efca39)) ([91c1c62](https://github.com/gemini-cli-extensions/bigquery-data-analytics/commit/91c1c6262636e54bcd681798974e76ef1f0ea95c))

## [0.2.2](https://github.com/gemini-cli-extensions/bigquery-data-analytics/compare/0.2.1...0.2.2) (2026-08-06)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ For the latest version, check the [releases page][releases].
<summary id="antigravity">Antigravity</summary>

You can use either of these two agents for Antigravity:
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.2** or higher
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.2** or higher.
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.3** or higher
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.3** or higher.

<blockquote>
πŸ’‘ <strong>Tip β€” Migrating from Gemini CLI?</strong><br>
Expand All @@ -103,7 +103,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
**1. Clone the Repo:**

```bash
git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
git clone --branch 0.2.3 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
```

**2. Install the skills:**
Expand Down Expand Up @@ -194,7 +194,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/bigquery-data-analytics/tree/0.2.2
npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.3
```

For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills).
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigquery-data-analytics",
"version": "0.2.2",
"version": "0.2.3",
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
"contextFileName": "BIGQUERY.md",
"settings": [
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "bigquery-data-analytics",
"version": "0.2.2",
"version": "0.2.3",
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
"author": {
"name": "Google LLC",
Expand Down
Loading