Skip to content

Commit c5848d4

Browse files
chore(main): release toolbox-core 1.0.0 (#590)
* chore(main): release toolbox-core 1.0.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
1 parent 4a54f26 commit c5848d4

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/toolbox-langchain": "0.6.0",
3-
"packages/toolbox-core": "0.6.0",
3+
"packages/toolbox-core": "1.0.0",
44
"packages/toolbox-llamaindex": "0.6.0",
55
"packages/toolbox-adk": "0.7.0"
66
}

packages/toolbox-core/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.6.0...toolbox-core-v1.0.0) (2026-03-25)
4+
5+
6+
### Features
7+
8+
* **adk:** Support `ToolContext` for `auth_token_getters` in `toolbox-adk` ([#579](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/579)) ([05e5f2c](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/05e5f2cba0a123c14594508eeee6bd228274b138))
9+
* **core:** add observability with OpenTelemetry ([#583](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/583)) ([d479385](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/d479385cccf31a7cb1dffcc4634ddb6fe7ef932a))
10+
11+
12+
### Bug Fixes
13+
14+
* **core:** resolve dropped default parameter values in MCP transport parsing ([#601](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/601)) ([08c4af4](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/08c4af4217feab19fdf8cb4fb328d1bb5e10a4e3))
15+
* improve tool docstrings ([#593](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/593)) ([90a2b33](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/90a2b33937f396eb554e222762e7732829f7f1c1))
16+
17+
18+
### Documentation
19+
20+
* Documentation migrated to the MCP Toolbox official docsite ([#581](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/581)) ([da12899](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/da1289944d8d401c0d2b958ae47da42da729848e))
21+
322
## [0.6.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.10...toolbox-core-v0.6.0) (2026-03-03)
423

524

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.6.0"
15+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)