InitializedNotification
data class InitializedNotification(val params: BaseNotificationParams? = null) : ClientNotification(source)
This notification is sent from the client to the server after initialization has finished.
The client sends this after receiving the InitializeResult to signal that it is ready to begin normal operations.