Skip to content

v0.28.0 | CC 2.1.62

Choose a tag to compare

@guess guess released this 02 Mar 07:52
· 131 commits to main since this release

Added

  • Distributed callback proxy for MCP tools and hooks — When using ClaudeCode.Adapter.Node, in-process MCP tools and hooks now work across nodes. MCP tool requests route from the sandbox node back to the app node transparently. Hooks support a :where option on matcher configs (:local to run on the app node, :remote to run on the sandbox node — defaults to :local). The :can_use_tool permission callback always executes locally. Configurable :callback_timeout (default: 30s) on the adapter, with graceful degradation if the proxy process dies. ([f0a51de])