ProgressNotification

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 Serializable
trait Product
trait Equals
trait Notification
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def method: Method

Attributes

Definition Classes
Source
ProgressNotification.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product