Class Nexus\Mcp\Core\Schema\Result\ReadResourceResult

final
readonly
extends CacheableResult<array{_meta?: template-type<MetaObject, Arrayable, 'T'>, resultType: non-empty-string, contents: list<template-type<BlobResourceContents|TextResourceContents, Arrayable, 'T'>>, ttlMs: int, cacheScope: value-of<CacheScope>}>
implements ServerResult

The result returned by the server for a resources/read request.

Methods
Methods inherited from Nexus\Mcp\Core\Schema\Result
jsonSerialize(),
Properties
Properties inherited from Nexus\Mcp\Core\Schema\Result\CacheableResult
$ttlMs, $cacheScope
Properties inherited from Nexus\Mcp\Core\Schema\Result
$meta