Class Nexus\Mcp\Schema\Request\CompleteRequest

final
readonly
extends JsonRpcRequest<array{jsonrpc: '2.0', id: (int|non-empty-string), method: 'completion/complete', params: array{_meta?: array<string, mixed>, ref: template-type<PromptReference|ResourceTemplateReference, Arrayable, 'T'>, argument: array{name: non-empty-string, value: non-empty-string}, context?: array{arguments: array<string, string>}}}>
implements ClientRequest

A request from the client to the server, to ask for completion options.

Methods
Methods inherited from Nexus\Mcp\Schema\Message\JsonRpcRequest
toArray()
Methods inherited from Nexus\Mcp\Schema\Request\Request
jsonSerialize()
Methods inherited from Nexus\Mcp\Schema\Message\Message
validateJsonRpc()
Constants inherited from Nexus\Mcp\Schema\Message\JsonRpcMessage
JSON_RPC_VERSION
Properties inherited from Nexus\Mcp\Schema\Message\JsonRpcRequest
$jsonrpc, $id
Properties inherited from Nexus\Mcp\Schema\Request\Request
$method, $params