Class Nexus\Mcp\Extension\Tasks\Schema\Request\UpdateTaskRequest

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

Sent from the client to the server, to supply input responses to a task waiting in the input_required status.

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