Class Nexus\Mcp\Core\Schema\Request\CompleteRequest

final
readonly
extends JsonRpcRequest<'completion/complete', array{jsonrpc: '2.0', id: (int|non-empty-string), method: 'completion/complete', params: template-type<CompleteRequestParams, RequestParams, 'T'>}>
implements ClientRequest

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

Methods
Methods inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcRequest
jsonSerialize()
Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage
JSONRPC_VERSION
Properties
Properties inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcRequest
$id