|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.1.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.1.0...toolbox-core-v0.1.1) (2025-05-12) |
| 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 | +* Introduce Tracking of Used Auth and Bound Keys in parse_tool for Client Strictness ([#184](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/184)) ([edd1f3a](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/edd1f3ad9d63ef2db2adf93f1373a8b51d5c6b20)) |
| 12 | +* Track utilized auth services ([#203](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/203)) ([527369c](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/527369c3b1b2b475a26619081207b92ed4c1b6ba)) |
| 13 | + |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +* **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)) |
| 18 | +* **deps:** update python-nonmajor ([#180](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/180)) ([8d909a9](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8d909a9e19abed4a02e30a4dfc48e06afdbb01ea)) |
| 19 | +* **toolbox-core:** Prevent rebinding of parameters in ToolboxTool ([#186](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/186)) ([906d0e0](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/906d0e080e553e963c2ebfb15c94bf3efdd4886c)) |
| 20 | + |
| 21 | + |
| 22 | +### Miscellaneous Chores |
| 23 | + |
| 24 | +* 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)) |
| 25 | +* 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)) |
| 26 | +* 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)) |
| 27 | +* **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)) |
| 28 | +* **deps:** update dependency pydantic to v2.11.4 ([#200](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/200)) ([758f620](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/758f620e25427396b52d257722d7f71312421ad1)) |
| 29 | +* fix supported python versions ([#191](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/191)) ([f308b5f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f308b5f7d7019635798000d0921cf3f549075fd8)) |
| 30 | +* 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)) |
| 31 | +* remove unused fixtures ([#212](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/212)) ([34a573c](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/34a573ceebba7737eed42bf5d91dbf45f2f8784f)) |
| 32 | +* remove unused fixtures ([#216](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/216)) ([0ff650a](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/0ff650a1d96ea3355b2cd707573c093d985557c6)) |
| 33 | +* 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)) |
| 34 | +* rename repo ([#165](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/165)) ([70a476a](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/70a476a4fed46a905fe77101c3c1077fd6d5bd21)) |
| 35 | +* **toolbox-core:** Add property decorators to tool ([#218](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/218)) ([b85820b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b85820b60bf9f7b237cf517ff83f954321a34258)) |
| 36 | +* **toolbox-core:** Correctly name test file ([#214](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/214)) ([5d4a02e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/5d4a02e61c2f3b04918b8fa52d8ae0aebc8ceb56)) |
| 37 | +* **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)) |
| 38 | +* 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)) |
| 39 | +* update toolbox version ([#190](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/190)) ([87e21ed](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/87e21ed07035ec96fb7b6c730585061d17d727c7)) |
| 40 | +* update toolbox version ([#226](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/226)) ([2a92def](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2a92def08825417b32faa523a3355eba34351955)) |
| 41 | + |
| 42 | + |
| 43 | +### Documentation |
| 44 | + |
| 45 | +* fix grammar ([#179](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/179)) ([afebaa6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/afebaa6bfcb2e855823c64a56f4f249da2a721d7)) |
| 46 | +* 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)) |
| 47 | +* Update docstring to be more accurate ([#199](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/199)) ([d055723](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/d0557237bd6f936d52d79c66606e3d7fd2ef0afd)) |
| 48 | + |
3 | 49 | ## 0.1.0 (2025-04-04)
|
4 | 50 |
|
5 | 51 |
|
|
0 commit comments