Expand description
agents resources — call the per-response_id MCP listener’s
resource ops over its local socket. Subcommands:
list --response-id <id> --params <json>—resources/list.read --response-id <id> --params <json>—resources/read.
--params is the strongly typed MCP request body supplied as a
JSON string; the command returns the MCP result.
Modules§
- list
agents resources list— runresources/listagainst the per-response_idMCP listener socket and return the MCPListResourcesResult.--paramsis the MCPListResourcesRequest, supplied as a JSON string (e.g.{}or{"cursor":"..."}).- read
agents resources read— runresources/readagainst the per-response_idMCP listener socket and return the MCPReadResourceResult.--paramsis the MCPReadResourceRequestParams, supplied as a JSON string (e.g.{"uri":"..."}).