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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/toolbox-langchain": "1.3.0",
"packages/toolbox-core": "1.3.0",
"packages/toolbox-core": "1.3.1",
"packages/toolbox-llamaindex": "0.8.0",
"packages/toolbox-adk": "1.3.1"
}
15 changes: 15 additions & 0 deletions packages/toolbox-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v1.3.0...toolbox-core-v1.3.1) (2026-08-25)


### Bug Fixes

* **core:** clean up draft protocol alias and remove hardcoded server version fallback ([#773](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/773)) ([7598805](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7598805f1df91edd2fdcb9bbc7c874b8c03f3939))
* **core:** strict 1:1 vendor prefix reading based on protocol version ([#747](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/747)) ([6d2f61d](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6d2f61d0147f4199fd3fca224b4ee3fbfefb4957))


### Miscellaneous Chores

* **deps:** bump aiohttp in /packages/toolbox-core ([#765](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/765)) ([cfbd090](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/cfbd090a789daedf89e65d98830bed1d3090b45c))
* **deps:** update mcp toolbox server version in integration tests to v1.9.0 ([#770](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/770)) ([fefc2c6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/fefc2c656ade41c8671c98103d4a03cb896c6bd3))
* release 1.3.1 ([#759](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/759)) ([4b9dd77](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4b9dd77bf752edaefc084894367cd3fab4cfb1be))

## [1.3.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v1.2.0...toolbox-core-v1.3.0) (2026-07-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-core/src/toolbox_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.3.0"
__version__ = "1.3.1"
Loading