Expand description
agents mcp — CLI-side dispatch for a live agent’s aggregated MCP
surface. Sub-groups: resources (list, read), servers (list),
and tools (call, list). Each leaf does one socket round-trip to the
agent’s per-response_id MCP listener and returns the MCP result.
Modules§
- resources
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_idMCP listener and returns the MCP result.- servers
agents mcp servers— CLI-side dispatch for listing the agent’s connected MCP servers. One leaf,list, does a socket round-trip to the agent’s per-response_idMCP listener and returns the proxy-localListServersResult.- tools
agents mcp tools— CLI-side dispatch for the tool ops.call,list. Each leaf does one socket round-trip to the agent’s per-response_idMCP listener and returns the MCP result.