Class Nexus\Mcp\Schema\Result\ListPromptsResult

final
readonly
extends PaginatedResult<array{_meta?: array<string, mixed>, prompts: list<template-type<Prompt, BaseMetadata, 'T'>>, nextCursor?: non-empty-string}>
implements ServerResult

The server's response to a prompts/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