From 4d8051e40453a09721d2fc8d06a3d3d82f48a576 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:11:01 +0000 Subject: [PATCH 1/2] chore(main): release toolbox-core 0.5.9 --- .release-please-manifest.json | 2 +- packages/toolbox-core/CHANGELOG.md | 20 +++++++++++++++++++ .../toolbox-core/src/toolbox_core/version.py | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76f4a1937..2d89e627c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/toolbox-langchain": "0.5.8", - "packages/toolbox-core": "0.5.8", + "packages/toolbox-core": "0.5.9", "packages/toolbox-llamaindex": "0.5.8", "packages/toolbox-adk": "0.5.8" } \ No newline at end of file diff --git a/packages/toolbox-core/CHANGELOG.md b/packages/toolbox-core/CHANGELOG.md index 76fb00355..12f239b9f 100644 --- a/packages/toolbox-core/CHANGELOG.md +++ b/packages/toolbox-core/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.5.9](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.8...toolbox-core-v0.5.9) (2026-02-16) + + +### Features + +* Deprecate Protocol.TOOLBOX (Native HTTP Protocol) ([#547](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/547)) ([b99ec50](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b99ec503bb5d85e6bdf84f72343d90ac00ab8d88)) +* Enable package-specific client identification for MCP ([#525](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/525)) ([7ac0d3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7ac0d3f167af1e47c26a3f43bdb48f3fc0a92109)) + + +### Bug Fixes + +* **core:** parse parameter default value from tool schema ([#538](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/538)) ([f832fd6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f832fd6619c81f5a9172af9cdb0b38b8b75fe0b1)) + + +### Miscellaneous Chores + +* **core:** Introduce warning when headers are sent over insecure HTTP connections ([#544](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/544)) ([832d4e7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/832d4e7d035ee72fd1932bae830468f20cb80ed7)) +* **deps:** update mcp toolbox server version in integration tests to v0.27.0 to v0.27.0 ([#545](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/545)) ([851c7b5](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/851c7b542a18cd634b943d47b5b5331ac19dcd5b)) +* optimize CI dependency resolution to prevent PyPI version conflicts ([#546](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/546)) ([7c4a608](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7c4a608734042e0d501bbe351ad0c0e295cfe909)) + ## [0.5.8](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.7...toolbox-core-v0.5.8) (2026-01-28) diff --git a/packages/toolbox-core/src/toolbox_core/version.py b/packages/toolbox-core/src/toolbox_core/version.py index 9e6eaa218..49a2ee395 100644 --- a/packages/toolbox-core/src/toolbox_core/version.py +++ b/packages/toolbox-core/src/toolbox_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.8" +__version__ = "0.5.9" From 0582c5c9c5205d6e5220eec9c99712e25b7a9f4c Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Mon, 16 Feb 2026 17:52:55 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/toolbox-core/CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/toolbox-core/CHANGELOG.md b/packages/toolbox-core/CHANGELOG.md index 12f239b9f..ba1d99a59 100644 --- a/packages/toolbox-core/CHANGELOG.md +++ b/packages/toolbox-core/CHANGELOG.md @@ -7,18 +7,12 @@ * Deprecate Protocol.TOOLBOX (Native HTTP Protocol) ([#547](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/547)) ([b99ec50](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b99ec503bb5d85e6bdf84f72343d90ac00ab8d88)) * Enable package-specific client identification for MCP ([#525](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/525)) ([7ac0d3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7ac0d3f167af1e47c26a3f43bdb48f3fc0a92109)) - +* Introduce warning when headers are sent over insecure HTTP connections ([#544](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/544)) ([832d4e7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/832d4e7d035ee72fd1932bae830468f20cb80ed7)) ### Bug Fixes -* **core:** parse parameter default value from tool schema ([#538](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/538)) ([f832fd6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f832fd6619c81f5a9172af9cdb0b38b8b75fe0b1)) - - -### Miscellaneous Chores +* parse parameter default value from tool schema ([#538](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/538)) ([f832fd6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f832fd6619c81f5a9172af9cdb0b38b8b75fe0b1)) -* **core:** Introduce warning when headers are sent over insecure HTTP connections ([#544](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/544)) ([832d4e7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/832d4e7d035ee72fd1932bae830468f20cb80ed7)) -* **deps:** update mcp toolbox server version in integration tests to v0.27.0 to v0.27.0 ([#545](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/545)) ([851c7b5](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/851c7b542a18cd634b943d47b5b5331ac19dcd5b)) -* optimize CI dependency resolution to prevent PyPI version conflicts ([#546](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/546)) ([7c4a608](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7c4a608734042e0d501bbe351ad0c0e295cfe909)) ## [0.5.8](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.7...toolbox-core-v0.5.8) (2026-01-28)