Skip to content

Commit e754381

Browse files
chore: release main
1 parent 1ea3179 commit e754381

File tree

6 files changed

+69
-5
lines changed

6 files changed

+69
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-langchain":"0.1.0","packages/toolbox-core":"0.1.0","packages/toolbox-llamaindex":"0.1.1"}
1+
{"packages/toolbox-langchain":"0.1.1","packages/toolbox-core":"0.1.1","packages/toolbox-llamaindex":"0.1.1"}

packages/toolbox-core/CHANGELOG.md

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

3+
## [0.1.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.1.0...toolbox-core-v0.1.1) (2025-04-24)
4+
5+
6+
### Features
7+
8+
* Add client headers to Toolbox ([#178](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/178)) ([e73f6b6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/e73f6b607219d1d51304dde21f7d9c0bf24fc915))
9+
* Allow loading default toolset (all tools) ([#153](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/153)) ([0f3b4eb](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/0f3b4ebb55d5d4fafecf7ceb648460784b76c257))
10+
* **core:** Add client_headers to ToolboxSyncClient ([#187](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/187)) ([50e32da](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/50e32da6bed00c7bcba194406dcc4e0387f452f2))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update python-nonmajor ([#175](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/175)) ([73e5a4a](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/73e5a4ac63ee39486529952351c06179ee268c7c))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* Add unit tests for the tool, client and protocol files ([#170](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/170)) ([14bc4ee](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/14bc4eec7c85329c6a41d1cd21e7eccbe68b0a7c))
21+
* correct import in readme ([#154](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/154)) ([2825581](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2825581c105189bea2ccb31beaf50001512f9a49))
22+
* Delint + minor simplification of import statement ([#185](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/185)) ([6693407](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6693407421e94bc7a02be62e257ce33d9f75a34f))
23+
* **deps:** update dependency pydantic to v2.11.3 ([#163](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/163)) ([6a78495](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6a78495ecfe8b51992f55518ab0e7dca1bd6f849))
24+
* rebrand as MCP Toolbox ([#156](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/156)) ([d090a3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/d090a3f2af35a2e3e1e5d59b3176b026af510b7b))
25+
* Remove unused variable ([#171](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/171)) ([bddc8b5](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/bddc8b52886732eb3cdec936cb8c58f27ac829e6))
26+
* rename repo ([#165](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/165)) ([70a476a](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/70a476a4fed46a905fe77101c3c1077fd6d5bd21))
27+
* **toolbox-core:** Move util functions to a separate file in toolbox core ([#174](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/174)) ([ca88369](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ca88369f5dd388299d32b9662443152c74397b3b))
28+
* update toolbox version ([#188](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/188)) ([58d8f7d](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/58d8f7d4601495faf2a33a48cc26bb0a599622ed))
29+
30+
31+
### Documentation
32+
33+
* fix grammar ([#179](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/179)) ([afebaa6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/afebaa6bfcb2e855823c64a56f4f249da2a721d7))
34+
* Fix variable name in helper docstring ([#183](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/183)) ([eb5856b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/eb5856b047fbaeee1375c2e7a6135f2fcf2526c3))
35+
336
## 0.1.0 (2025-04-04)
437

538

packages/toolbox-core/src/toolbox_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.0"
15+
__version__ = "0.1.1"

packages/toolbox-langchain/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.1.0...toolbox-langchain-v0.1.1) (2025-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update python-nonmajor ([#148](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/148)) ([bc894e1](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/bc894e1d14823e88a3c0f24ab05b8839a3d653e0))
9+
* **deps:** update python-nonmajor ([#175](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/175)) ([73e5a4a](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/73e5a4ac63ee39486529952351c06179ee268c7c))
10+
* **deps:** update python-nonmajor ([#98](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/98)) ([f03e7ec](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f03e7ec986eddfb1e0adc81b8be8e9140dcbd530))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* change port number to default toolbox port ([#135](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/135)) ([6164b09](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6164b09d60412a0e3faf95c1b2e8df13b5ab7782))
16+
* **deps:** update dependency pydantic to v2.11.3 ([#163](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/163)) ([6a78495](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6a78495ecfe8b51992f55518ab0e7dca1bd6f849))
17+
* fix urls in pyproject.toml ([#101](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/101)) ([6e5875e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6e5875eb5c3dbce9c9efb00418716577f90e4d05))
18+
* **main:** release toolbox-langchain 0.1.1 ([#54](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/54)) ([3e4edf1](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/3e4edf12841ed880073ac0e4e905a51c4cc7c9a9))
19+
* move toolbox-llamaindex package ([#192](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/192)) ([293854f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/293854ff514c015968d205ab731dcd040a143df6))
20+
* rebrand as MCP Toolbox ([#156](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/156)) ([d090a3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/d090a3f2af35a2e3e1e5d59b3176b026af510b7b))
21+
* refactor layout for multiple packages ([#99](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/99)) ([ac43090](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ac43090822fbf19a8920732e2ec3aa8b9c3130c1))
22+
* release 0.1.0 ([#24](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/24)) ([6fff8e2](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6fff8e2ea18bd6df9f30d7790b6076cf0b32cc75))
23+
* rename repo ([#165](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/165)) ([70a476a](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/70a476a4fed46a905fe77101c3c1077fd6d5bd21))
24+
* update toolbox version ([#188](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/188)) ([58d8f7d](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/58d8f7d4601495faf2a33a48cc26bb0a599622ed))
25+
326
## 0.1.0 (2025-02-05)
427

528

@@ -24,4 +47,3 @@
2447
### Bug Fixes
2548

2649
* Deprecate 'add_auth_headers' in favor of 'add_auth_tokens' ([c5c699c](https://github.com/googleapis/genai-toolbox-langchain-python/commit/c5c699cc29bcc0708a31bff90e8cec489982fe2a))
27-

packages/toolbox-langchain/src/toolbox_langchain/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.0"
15+
__version__ = "0.1.1"

packages/toolbox-llamaindex/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.1.1...toolbox-llamaindex-v0.1.1) (2025-04-24)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* move toolbox-llamaindex package ([#192](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/192)) ([293854f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/293854ff514c015968d205ab731dcd040a143df6))
9+
* release 0.1.0 ([#24](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/24)) ([6fff8e2](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6fff8e2ea18bd6df9f30d7790b6076cf0b32cc75))
10+
* update toolbox version ([#194](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/194)) ([1ea3179](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/1ea31794bb90eed27a121fdc902ea4a09feb2ca6))
11+
312
## [0.1.1](https://github.com/googleapis/genai-toolbox-llamaindex-python/compare/v0.1.0...v0.1.1) (2025-04-04)
413

514

@@ -29,4 +38,4 @@
2938
### Documentation
3039

3140
* Update README for new features ([#22](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/22)) ([f5060b9](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/f5060b9057329809073553c88ebd2e677db7b902))
32-
* Update the README to recommend AgentWorkflow for using LlamaIndex. ([#34](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/34)) ([fe8e74f](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/fe8e74fb2c76af6598e6054914b03731c85a2741))
41+
* Update the README to recommend AgentWorkflow for using LlamaIndex. ([#34](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/34)) ([fe8e74f](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/fe8e74fb2c76af6598e6054914b03731c85a2741))

0 commit comments

Comments
 (0)