Class Nexus\Mcp\Schema\Result\ListResourceTemplatesResult

final
readonly
extends PaginatedResult<array{_meta?: array<string, mixed>, resourceTemplates: list<template-type<ResourceTemplate, BaseMetadata, 'T'>>}>
implements ServerResult

The server's response to a resources/templates/list request from the client.

Methods
Methods inherited from Nexus\Mcp\Schema\Result\Result
jsonSerialize()
Properties
Properties inherited from Nexus\Mcp\Schema\Result\PaginatedResult
$nextCursor
Properties inherited from Nexus\Mcp\Schema\Result\Result
$meta