Class Nexus\Mcp\Schema\Notification\InitializedNotification

final
readonly
extends JsonRpcNotification<array{jsonrpc: '2.0', method: 'notifications/initialized', params?: array{_meta?: array<string, mixed>}}>
implements ClientNotification

This notification is sent from the client to the server after initialization has finished.

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