final | |
|---|---|
readonly | |
extends |
JsonRpcNotification<array{jsonrpc: '2.0', method: 'notifications/resources/updated', params: array{_meta?: array<string, mixed>, uri: non-empty-string}}> |
implements |
ServerNotification |
A notification from the server to the client, informing it that a resource has changed
and may need to be read again. This should only be sent if the client previously sent a
resources/subscribe request.
| Methods | ||
|---|---|---|
public
|
__construct(non-empty-string $uri, null|array<string, mixed> $meta = null)
|
# |
| Methods inherited from Nexus\Mcp\Schema\Message\JsonRpcNotification |
|---|
toArray() |
| Methods inherited from Nexus\Mcp\Schema\Notification\Notification |
|---|
jsonSerialize() |
| Methods inherited from Nexus\Mcp\Schema\Message\Message |
|---|
validateJsonRpc() |
| Constants inherited from Nexus\Mcp\Schema\Message\JsonRpcMessage |
|---|
|
| Properties inherited from Nexus\Mcp\Schema\Message\JsonRpcNotification |
|---|
$jsonrpc |
| Properties inherited from Nexus\Mcp\Schema\Notification\Notification |
|---|
$method, $params |