Expand description
ctx_tools business logic (#210): the MCP Tool-Catalog Gateway meta-tool.
Keeps the registered wrapper thin: this module owns config gating, action
routing, and driving the async gateway from the synchronous tool
handler. The dispatch layer already wraps handlers in block_in_place, so
blocking on the current runtime here is safe (same pattern as ctx_read).
Functionsยง
- run
- Execute a
ctx_toolsaction, returning response text or an error message.