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 Serializabletrait Producttrait Equalstrait JSONRPCMessageclass Objecttrait Matchableclass Any
Members list
In this article