Poll the stdout of an MCP server process until a JSON-RPC response matching id is received, or until timeout_ms milliseconds elapse. Returns the parsed response list, or NULL on timeout.
Source: R/mcp_helpers.R
mcp_read_response.RdPoll the stdout of an MCP server process until a JSON-RPC response matching
id is received, or until timeout_ms milliseconds elapse.
Returns the parsed response list, or NULL on timeout.