Skip to content

v0.36.2 | CC 2.1.76

Choose a tag to compare

@guess guess released this 30 Mar 04:35
· 12 commits to main since this release

Fixed

  • --control-timeout no longer sent to CLI — The :control_timeout option, which is internal to the Elixir SDK, was incorrectly passed to the CLI as a flag. ([5ac7a0a])
  • Silenced stray Plug messages in CallbackProxy — When MCP tools execute in-process API calls via Dispatch, Plug sends messages to the CallbackProxy process, which OTP logged as errors. These harmless messages are now silently discarded. ([27087c4])

Changed

  • :extra_args changed from list to map — The :extra_args option now accepts a map of %{flag => value} (or %{flag => true} for boolean flags) instead of a list, aligning with the Python SDK convention. ([5ac7a0a])