Class Nexus\Mcp\Schema\Result\CompleteResult

final
readonly
extends Result<array{_meta?: array<string, mixed>, completion: array{hasMore?: bool, total?: int<0, max>, values: list<string>}}>
implements ServerResult

The server's response to a completion/complete request.

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