final | |
|---|---|
readonly | |
extends |
JsonRpcNotification<'notifications/progress', array{jsonrpc: '2.0', method: 'notifications/progress', params: template-type<ProgressNotificationParams, NotificationParams, 'T'>}> |
implements |
ServerNotification |
An out-of-band notification used to inform the receiver of a progress update for a long-running request.
| Methods | ||
|---|---|---|
public
|
__construct(ProgressNotificationParams $params)
|
# |
public
static
|
getMethod(): string
|
# |
public
static
|
fromArray(array $data): static
|
# |
public
|
toArray(): array
|
# |
| Methods inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcNotification |
|---|
jsonSerialize() |
| Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage |
|---|
|
| Properties | |||
|---|---|---|---|
public
readonly
|
ProgressNotificationParams
|
$params
|
# |