Skip to main content

Module resources

Module resources 

Source
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_id MCP listener socket, run resources/list, and return the MCP ListResourcesResult. A socket-level err reply or a connect/IO failure surfaces as an Error.
read
agents mcp resources read — connect to the agent’s per-response_id MCP listener socket, run resources/read, and return the MCP ReadResourceResult. A socket-level err reply or a connect/IO failure surfaces as an Error.

Functions§

execute