mcp.schema.McpSchema.JSONRPCResponse
See theJSONRPCResponse companion object
final case class JSONRPCResponse(jsonrpc: String, id: Id, result: Option[Json], error: Option[JSONRPCError]) extends JSONRPCMessage
Attributes
- Companion
- object
- Source
- McpSchema.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONRPCMessageclass Objecttrait Matchableclass Any
Members list
In this article