v0.0.2
googleapis/mcp-toolboxv0.0.2Nov 12, 2024by release-please[bot]
AI Summary
This release consolidates PostgreSQL tools and introduces the LlamaIndex SDK, along with Docker entrypoint improvements and optional ClientSession initialization.
Key Highlights
- Consolidate 'x-postgres-generic' tools to 'postgres-sql' tool
- Add LlamaIndex SDK
- Make ClientSession optional when initializing ToolboxClient
- Support requesting a single tool
Breaking Changes
- Consolidate 'x-postgres-generic' tools to 'postgres-sql' tool
New Features
- Docker entrypoint
- LlamaIndex SDK
- Optional ClientSession initialization
- Single tool request support
Full Release Notes
## [0.0.2](https://github.com/googleapis/genai-toolbox/compare/v0.0.1...v0.0.2) (2024-11-12) ### ⚠ BREAKING CHANGES * consolidate "x-postgres-generic" tools to "postgres-sql" tool ([#43](https://github.com/googleapis/genai-toolbox/issues/43)) ### Features * Consolidate "x-postgres-generic" tools to "postgres-sql" tool ([#43](https://github.com/googleapis/genai-toolbox/issues/43)) ([f630965](https://github.com/googleapis/genai-toolbox/commit/f6309659374bc9cb500cc54dd4220baa0a451a3b)) * **container:** Add entrypoint in Dockerfile ([#38](https://github.com/googleapis/genai-toolbox/issues/38)) ([b08072a](https://github.com/googleapis/genai-toolbox/commit/b08072a80034a34a394dea82838422bd6cb0d23a)) * LlamaIndex SDK ([#48](https://github.com/googleapis/genai-toolbox/issues/48)) ([b824abe](https://github.com/googleapis/genai-toolbox/commit/b824abe72fbf518ec91fb12e5270c0a19e776d2f)) * **sdk:** Make ClientSession optional when initializing ToolboxClient ([#55](https://github.com/googleapis/genai-toolbox/issues/55)) ([26347b5](https://github.com/googleapis/genai-toolbox/commit/26347b5a5e71434d7bd2b7a9e6458247e75e3969)) * Support requesting a single tool ([#56](https://github.com/googleapis/genai-toolbox/issues/56)) ([efafba9](https://github.com/googleapis/genai-toolbox/commit/efafba9033e046905552f149f59893a4fad41afb)) ### Bug Fixes * Correct source type validation for postgres-sql tool ([#47](https://github.com/googleapis/genai-toolbox/issues/47)) ([52ebb43](https://github.com/googleapis/genai-toolbox/commit/52ebb431b784d160508273492d904d3b101afeb9)) * **docs:** Correct outdated references to tool kinds ([#49](https://github.com/googleapis/genai-toolbox/issues/49)) ([972888b](https://github.com/googleapis/genai-toolbox/commit/972888b9d64e1fea1d9a56b13268235ea55b9d66)) * Handle content-type correctly ([#33](https://github.com/googleapis/genai-toolbox/issues/33)) ([cf8112f](https://github.com/googleapis/genai-toolbox/commit/cf8112f85610833f2f4f2817a65fc4f7cf2322d8)) ### Miscellaneous Chores * Release 0.0.2 ([#65](https://github.com/googleapis/genai-toolbox/issues/65)) ([beea3c3](https://github.com/googleapis/genai-toolbox/commit/beea3c32d94d605973ba06b71a37b7c1bd4787bf)) | **os/arch** | **sha256** | |------|---------------| | [linux/amd64](https://storage.googleapis.com/genai-toolbox/v0.0.2/linux/amd64/toolbox) | 7056e7187cde950f405e1a4ddae903aae063bf84c935827e21a6bbf1575cea36 | | [darwin/arm64](https://storage.googleapis.com/genai-toolbox/v0.0.2/darwin/arm64/toolbox) | 711dd780b941f445a77bf51e4ec1f724944358c1ac20f3bf002daa542435f5b6 | | [darwin/amd64](https://storage.googleapis.com/genai-toolbox/v0.0.2/darwin/amd64/toolbox) | 0ccc7ac50f0e3893008a6b8ea25ccd54927e9dd4c9eb11b54e5d31ccf76b7001 | | [windows/amd64](https://storage.googleapis.com/genai-toolbox/v0.0.2/windows/amd64/toolbox) | 16563eb836c6966333038b1d2905814855fe2241200d11a0415e97893f6dd9bc |