JSONRPCResponse

mcp.schema.McpSchema.JSONRPCResponse
See theJSONRPCResponse companion class

Attributes

Companion
class
Source
McpSchema.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(id: Id, result: Option[Json], error: Option[JSONRPCError]): JSONRPCResponse

Attributes

Source
McpSchema.scala

Attributes

Source
McpSchema.scala

Attributes

Source
McpSchema.scala
def success(id: Id, result: Json): JSONRPCResponse

Attributes

Source
McpSchema.scala