Class Nexus\Mcp\Core\Schema\Result\ListPromptsResult

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

The result returned by the server for a prompts/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