ProgressNotification
data class ProgressNotification(val params: ProgressNotificationParams) : ClientNotification, ServerNotification(source)
An out-of-band notification used to inform the receiver of a progress update for a long-running request.
This notification can be sent by either the client or server to provide progress updates for requests that include a progressToken in their _meta field.