Class Nexus\Mcp\Core\Schema\Result\ListResourceTemplatesResult

final
readonly
extends PaginatedResult<array{_meta?: template-type<MetaObject, Arrayable, 'T'>, resultType: non-empty-string, resourceTemplates: list<template-type<ResourceTemplate, Arrayable, 'T'>>, nextCursor?: non-empty-string, ttlMs: int, cacheScope: value-of<CacheScope>}>
implements ServerResult

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

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