Expand description
agents mcp resources — CLI-side dispatch for the resource ops.
list, read. Each leaf does one socket round-trip to the agent’s
per-response_id MCP listener and returns the MCP result.
Modules§
- list
agents mcp resources list— connect to the agent’s per-response_idMCP listener socket, runresources/list, and return the MCPListResourcesResult. A socket-levelerrreply or a connect/IO failure surfaces as anError.- read
agents mcp resources read— connect to the agent’s per-response_idMCP listener socket, runresources/read, and return the MCPReadResourceResult. A socket-levelerrreply or a connect/IO failure surfaces as anError.