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}.(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |