Class Nexus\Mcp\Schema\Notification\LoggingMessageNotification

final
readonly
extends JsonRpcNotification<array{jsonrpc: '2.0', method: 'notifications/message', params?: array{_meta?: array<string, mixed>, data: mixed, level: string, logger?: string}}>
implements ServerNotification

JSONRPCNotification of a log message passed from server to client. If no logging/setLevel request has been sent from the client, the server MAY decide which messages to send automatically.

Methods
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
JSON_RPC_VERSION
Properties inherited from Nexus\Mcp\Schema\Message\JsonRpcNotification
$jsonrpc
Properties inherited from Nexus\Mcp\Schema\Notification\Notification
$method, $params