Skip to content

mcp-toolsets-runtime: v0.9.0

Latest

Choose a tag to compare

@ds-release-bot ds-release-bot released this 10 Sep 13:09
24fffee

0.9.0 (2026-09-10)

⚠ BREAKING CHANGES

  • state: inspect_state is async. A host invoking its graph synchronously must switch to ainvoke or stream_turn. read_state_key also appends its turn note after the JSON on a key more than one turn wrote, so that output is no longer parseable as JSON.

Features

  • state: read a state key as it stood at an earlier turn (#114) (6fc5f2b)

Documentation

  • state: inspect_state is a coroutine, so the graph must be awaited (#134) (e1e7f93)