Skip to content

Commit e39267d

Browse files
chore(main): release 0.5.0 (#70)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6e16fa9 commit e39267d

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/gemini-cli-extensions/mcp-toolbox/compare/0.4.0...0.5.0) (2026-01-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **tools/cloudgda:** Update description and parameter name for cloudgda tool ([genai-toolbox#​2288](https://redirect.github.com/googleapis/genai-toolbox/issues/2288)) ([6b02591](https://redirect.github.com/googleapis/genai-toolbox/commit/6b025917032394a66840488259db8ff2c3063016))
9+
* Validate tool naming ([genai-toolbox#​2305](https://redirect.github.com/googleapis/genai-toolbox/issues/2305)) ([5054212](https://redirect.github.com/googleapis/genai-toolbox/commit/5054212fa43017207fe83275d27b9fbab96e8ab5))
10+
11+
### Features
12+
13+
* **embeddingModel:** Add embedding model to MCP handler ([genai-toolbox#​2310](https://redirect.github.com/googleapis/genai-toolbox/issues/2310)) ([e4f60e5](https://redirect.github.com/googleapis/genai-toolbox/commit/e4f60e56335b755ef55b9553d3f40b31858ec8d9)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
14+
* **prebuilt/cloud-sql:** Add create backup tool for Cloud SQL ([genai-toolbox#​2141](https://redirect.github.com/googleapis/genai-toolbox/issues/2141)) ([8e0fb03](https://redirect.github.com/googleapis/genai-toolbox/commit/8e0fb0348315a80f63cb47b3c7204869482448f4)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
15+
* **prebuilt/cloud-sql:** Add restore backup tool for Cloud SQL ([genai-toolbox#​2171](https://redirect.github.com/googleapis/genai-toolbox/issues/2171)) ([00c3e6d](https://redirect.github.com/googleapis/genai-toolbox/commit/00c3e6d8cba54e2ab6cb271c7e6b378895df53e1)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
16+
* **sources/bigquery:** Make maximum rows returned from queries configurable ([genai-toolbox#​2262](https://redirect.github.com/googleapis/genai-toolbox/issues/2262)) ([4abf0c3](https://redirect.github.com/googleapis/genai-toolbox/commit/4abf0c39e717d53b22cc61efb65e09928c598236)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
17+
* **tools:** Add `valueFromParam` support to Tool config ([genai-toolbox#​2333](https://redirect.github.com/googleapis/genai-toolbox/issues/2333)) ([15101b1](https://redirect.github.com/googleapis/genai-toolbox/commit/15101b1edbe2b85a4a5f9f819c23cf83138f4ee1)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
18+
* **tools/cloudgda:** Update description and parameter name for cloudgda tool ([genai-toolbox#​2288](https://redirect.github.com/googleapis/genai-toolbox/issues/2288)) ([6b02591](https://redirect.github.com/googleapis/genai-toolbox/commit/6b025917032394a66840488259db8ff2c3063016)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
19+
* Add new `user-agent-metadata` flag ([genai-toolbox#​2302](https://redirect.github.com/googleapis/genai-toolbox/issues/2302)) ([adc9589](https://redirect.github.com/googleapis/genai-toolbox/commit/adc9589766904d9e3cbe0a6399222f8d4bb9d0cc)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
20+
* Add remaining flag to Toolbox server in MCP registry ([genai-toolbox#​2272](https://redirect.github.com/googleapis/genai-toolbox/issues/2272)) ([5e0999e](https://redirect.github.com/googleapis/genai-toolbox/commit/5e0999ebf5cdd9046e96857738254b2e0561b6d2)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
21+
* Support combining multiple prebuilt configurations ([genai-toolbox#​2295](https://redirect.github.com/googleapis/genai-toolbox/issues/2295)) ([e535b37](https://redirect.github.com/googleapis/genai-toolbox/commit/e535b372ea81864d644a67135a1b07e4e519b4b4)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
22+
* Support MCP specs version 2025-11-25 ([genai-toolbox#​2303](https://redirect.github.com/googleapis/genai-toolbox/issues/2303)) ([4d23a3b](https://redirect.github.com/googleapis/genai-toolbox/commit/4d23a3bbf2797b1f7fe328aeb5789e778121da23)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
23+
* Validate tool naming ([genai-toolbox#​2305](https://redirect.github.com/googleapis/genai-toolbox/issues/2305)) ([5054212](https://redirect.github.com/googleapis/genai-toolbox/commit/5054212fa43017207fe83275d27b9fbab96e8ab5)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
24+
25+
26+
### Bug Fixes
27+
28+
* **tools/cloudhealthcare:** Add check for client authorization before retrieving token string ([genai-toolbox#​2327](https://redirect.github.com/googleapis/genai-toolbox/issues/2327)) ([c25a233](https://redirect.github.com/googleapis/genai-toolbox/commit/c25a2330fea2ac382a398842c9e572e4e19bcb08)) ([f6278cd](https://github.com/gemini-cli-extensions/mcp-toolbox/commit/f6278cd58b9715b8dec5e95cecd334af10a69823))
29+
330
## [0.4.0](https://github.com/gemini-cli-extensions/mcp-toolbox/compare/0.3.1...0.4.0) (2026-01-15)
431

532

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-toolbox",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Load custom tools using MCP Toolbox for Databases",
55
"mcpServers": {
66
"mcp_toolbox": {

0 commit comments

Comments
 (0)