Expand description
agents tools — CLI-side dispatch for the tool ops. call,
list. Each leaf does one socket round-trip to the agent’s
per-response_id MCP listener and returns the MCP result.
Modules§
- call
agents tools call— connect to the agent’s per-response_idMCP listener socket, runtools/call, and return the MCPCallToolResult. A socket-levelerrreply (e.g. unknown response id) or a connect/IO failure surfaces as anError.- list
agents tools list— connect to the agent’s per-response_idMCP listener socket, runtools/list, and return the MCPListToolsResult. A socket-levelerrreply or a connect/IO failure surfaces as anError.