Class Nexus\Mcp\Core\Schema\Request\ListResourcesRequest

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

Sent from the client to request a list of resources the server has.

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