Skip to content

v0.2.0

Choose a tag to compare

@paulbalandan paulbalandan released this 26 Jul 19:53
· 611 commits to 1.x since this release
v0.2.0
a8a7032

What's Changed

Fixed

  • sampling/createMessage no longer rejects a temperature outside 0.0 to 2.0 or a negative maxTokens. The MCP schema bounds neither field.
  • A request envelope with a malformed id returns -32600 Invalid Request instead of -32602, matching JSON-RPC 2.0.
  • Shutdown drains handler coroutines spawned while an earlier batch is still being awaited.

Removed

  • HandlerRegistry::methods(), an unused accessor.

Full Changelog: v0.1.0...v0.2.0