public
|
__construct(
ProgressToken $progressToken,
float $progress,
null|float $total = null,
null|non-empty-string $message = null,
null|array<string, mixed> $meta = null,
)
Parameters
| $progressToken |
The progress token which was given in the initial request, used
to associate this notification with the request that is proceeding.
|
| $progress |
The progress thus far. This should increase every time progress
is made, even if the total is unknown.
|
| $total |
Total number of items to process (or total progress required), if known.
|
| $message |
An optional message describing the current progress.
|
| $meta |
Reserved by MCP to allow clients and servers to attach
additional metadata to their interactions.
|
Overrides
|
#
|