v0.6.0
googleapis/mcp-toolboxv0.6.0May 28, 2025by release-please[bot]
AI Summary
A major feature release adding new execution tools for BigQuery, Spanner, MySQL, and SQL Server, plus support for MCP stdio and prebuilt tools.
Key Highlights
- Added BigQuery execution tools (execute_sql, list_datatset_ids, etc.).
- Added Spanner execute-sql tool with read-only support.
- Added MySQL and SQL Server execution tools.
- Introduced support for the --prebuilt flag and MCP stdio transport protocol.
New Features
- Add Execute sql tool for SQL Server(MSSQL)
- Add mysql-execute-sql tool
- Add new BigQuery tools: execute_sql, list_datatset_ids, list_table_ids, get_dataset_info, get_table_info
- Add spanner-execute-sql tool
- Add support for read-only in Spanner tool
- Adding support for the --prebuilt flag
- Support MCP stdio transport protocol
Full Release Notes
## [0.6.0](https://github.com/googleapis/genai-toolbox/compare/v0.5.0...v0.6.0) (2025-05-28) ### Features * Add Execute sql tool for SQL Server(MSSQL) ([#585](https://github.com/googleapis/genai-toolbox/issues/585)) ([6083a22](https://github.com/googleapis/genai-toolbox/commit/6083a224aa650caf4e132b4a704323c5f18c4986)) * Add mysql-execute-sql tool ([#577](https://github.com/googleapis/genai-toolbox/issues/577)) ([8590061](https://github.com/googleapis/genai-toolbox/commit/8590061ae4908da0e4b1bd6f7cf7ee8d972fa5ba)) * Add new BigQuery tools: execute_sql, list_datatset_ids, list_table_ids, get_dataset_info, get_table_info ([0fd88b5](https://github.com/googleapis/genai-toolbox/commit/0fd88b574b4ab0d3bee4585999b814675d3b74ed)) * Add spanner-execute-sql tool ([#576](https://github.com/googleapis/genai-toolbox/issues/576)) ([d65747a](https://github.com/googleapis/genai-toolbox/commit/d65747a2dcf3022f22c86a1524ee28c8229f7c20)) * Add support for read-only in Spanner tool ([#563](https://github.com/googleapis/genai-toolbox/issues/563)) ([6512704](https://github.com/googleapis/genai-toolbox/commit/6512704e77088d92fea53a85c6e6cbf4b99c988d)) * Adding support for the --prebuilt flag ([#604](https://github.com/googleapis/genai-toolbox/issues/604)) ([a29c800](https://github.com/googleapis/genai-toolbox/commit/a29c80012eec4729187c12968b53051d20b263a7)) * Support MCP stdio transport protocol ([#607](https://github.com/googleapis/genai-toolbox/issues/607)) ([1702ce1](https://github.com/googleapis/genai-toolbox/commit/1702ce1e00a52170a4271ac999caf534ba00196f)) ### Bug Fixes * Explicitly set query location for BigQuery queries ([#586](https://github.com/googleapis/genai-toolbox/issues/586)) ([eb52b66](https://github.com/googleapis/genai-toolbox/commit/eb52b66d82aaa11be6b1489335f49cba8168099b)) * Fix spellings in comments ([#561](https://github.com/googleapis/genai-toolbox/issues/561)) ([b58bf76](https://github.com/googleapis/genai-toolbox/commit/b58bf76ddaba407e3fd995dfe86d00a09484e14a)) * Prevent tool calls through MCP when auth is required ([#544](https://github.com/googleapis/genai-toolbox/issues/544)) ([e747b6e](https://github.com/googleapis/genai-toolbox/commit/e747b6e289730c17f68be8dec0c6fa6021bb23bd)) * Reinitialize required slice if nil ([#571](https://github.com/googleapis/genai-toolbox/issues/571)) ([04dcf47](https://github.com/googleapis/genai-toolbox/commit/04dcf4791272e1dd034b9a03664dd8dbe77fdddd)), closes [#564](https://github.com/googleapis/genai-toolbox/issues/564) | **OS/Architecture** | **Description** | **SHA256 Hash** | | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- | | [linux/amd64](https://storage.googleapis.com/genai-toolbox/v0.6.0/linux/amd64/toolbox) | For **Linux** systems running on **Intel/AMD 64-bit processors**. | c2adeeff7a430ab29e0606644687280859b59d0b22c21c5fcaac2e4c838d395e | | [darwin/arm64](https://storage.googleapis.com/genai-toolbox/v0.6.0/darwin/arm64/toolbox) | For **macOS** systems running on **Apple Silicon** (M1, M2, M3, etc.) processors. | bb0f9db66448019a44c82ef4b9fd2a828cf17ba3a737354a815b65ee32ff1aae | | [darwin/amd64](https://storage.googleapis.com/genai-toolbox/v0.6.0/darwin/amd64/toolbox) | For **macOS** systems running on **Intel processors**. | 4df3b228400bbaa123c126cc416ee2124db0b5f3a595b55f26a6c8747aa56882 | | [windows/amd64](https://storage.googleapis.com/genai-toolbox/v0.6.0/windows/amd64/toolbox) | For **Windows** systems running on **Intel/AMD 64-bit processors**. | f365282f94579cb6ee3dbff942fc99219d748a58d72e250a438bc252e6d26cad |