mcp.schema.JSONRPCResponse
See theJSONRPCResponse companion trait
object JSONRPCResponse
Attributes
- Companion
- trait
- Source
- JSONRPCResponse.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JSONRPCResponse.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- JSONRPCResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONRPCResponsetrait JSONRPCMessageclass Objecttrait Matchableclass AnyShow all
object Error
Attributes
- Companion
- class
- Source
- JSONRPCResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Error.type
final case class Success(jsonrpc: String, id: RequestId, result: Json) extends JSONRPCResponse
Attributes
- Companion
- object
- Source
- JSONRPCResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONRPCResponsetrait JSONRPCMessageclass Objecttrait Matchableclass AnyShow all
object Success
Attributes
- Companion
- class
- Source
- JSONRPCResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Success.type
Value members
Givens
In this article