Class Nexus\Mcp\Core\Schema\Request\ReadResourceRequest

final
readonly
extends JsonRpcRequest<'resources/read', array{jsonrpc: '2.0', id: (int|non-empty-string), method: 'resources/read', params: template-type<ReadResourceRequestParams, RequestParams, 'T'>}>
implements ClientRequest

Sent from the client to the server, to read a specific resource URI.

Methods
Methods inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcRequest
jsonSerialize()
Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage
JSONRPC_VERSION
Properties
Properties inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcRequest
$id