MCP read resource
Tag 8: the client sends the params of the MCP method; the server opens the proxy’s /tool/read-resource and relays exactly one channel response, the result or the MCP error, and the channel response finish.
The client opens this channel for one resource of the MCP server of the container, read. The server opens
/tool/read-resource on the proxy with the params
and relays its one answer.
- The request. The tag byte
8followed by the params as JSON. Request states its form. - The response. Exactly one channel response, the result or an MCP error, and the channel response finish. Response states the sequence.
- Every exchange is answered. An MCP error the container’s server returned, and the error the proxy sends for params that do not parse or a server it cannot reach, are relayed as the one channel response.