mcp.schema.JSONRPCBatch
See theJSONRPCBatch companion object
final case class JSONRPCBatch(requests: List[JSONRPCMessage]) extends JSONRPCMessage
A JSON-RPC batch, as described in https://www.jsonrpc.org/specification#batch.
Attributes
- Companion
- object
- Source
- JSONRPCBatch.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONRPCMessageclass Objecttrait Matchableclass Any
Members list
In this article