Liking cljdoc? Tell your friends :D
Clojure only.

boundary.mcp.shell.dispatch

Shell-level request dispatch. Pure protocol methods delegate to boundary.mcp.core.handlers; resources/read is handled here because it needs I/O (snapshot reflection, JSON serialization), the security gate, and the guardrail payload on denial.

deps is {:registry :security :audit :system-source :ai-provider}.

Shell-level request dispatch. Pure protocol methods delegate to
boundary.mcp.core.handlers; resources/read is handled here because it needs
I/O (snapshot reflection, JSON serialization), the security gate, and the
guardrail payload on denial.

`deps` is {:registry :security :audit :system-source :ai-provider}.
raw docstring

dispatchclj

(dispatch deps msg)

Dispatch a parsed JSON-RPC message against deps. resources/read and tools/call are handled in the shell (I/O, gate, guardrail, JSON); every other method delegates to the pure core handler.

Dispatch a parsed JSON-RPC message against `deps`. resources/read and
tools/call are handled in the shell (I/O, gate, guardrail, JSON); every
other method delegates to the pure core handler.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close