JSONRPCNotification

mcp.schema.JSONRPCNotification
See theJSONRPCNotification companion object
final case class JSONRPCNotification(jsonrpc: String, method: Method, params: Option[Json]) extends JSONRPCMessage

A notification that does not expect a response.

Attributes

Companion
object
Source
JSONRPCNotification.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product