mcp.schema.notification.ProgressNotification
See theProgressNotification companion object
final case class ProgressNotification(progressToken: ProgressToken, progress: Int, total: Option[Int], message: Option[String]) extends Notification
An out-of-band notification used to inform the receiver of a progress update for a long-running request.
Attributes
- Companion
- object
- Source
- ProgressNotification.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Notificationclass Objecttrait Matchableclass Any
Members list
In this article