You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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])