v0.2.0
What's Changed
Fixed
sampling/createMessageno longer rejects atemperatureoutside0.0to2.0or a negativemaxTokens. The MCP schema bounds neither field.- A request envelope with a malformed
idreturns-32600Invalid 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