CancelledNotification

mcp.schema.notification.CancelledNotification
See theCancelledNotification companion object
final case class CancelledNotification(params: Option[Json]) extends Notification

This notification can be sent by either side to indicate that it is cancelling a previously-issued request.

The request SHOULD still be in-flight, but due to communication latency, it is always possible that this notification MAY arrive after the request has already finished.

This notification indicates that the result will be unused, so any associated processing SHOULD cease.

A client MUST NOT attempt to cancel its initialize request.

Attributes

Companion
object
Source
CancelledNotification.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
CancelledNotification.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product