Skip to content

Class: JSONRPCResponse

A union of all JSON-RPC response types.

URI: mcp:JSONRPCResponse

 classDiagram
    class JSONRPCResponse
    click JSONRPCResponse href "../JSONRPCResponse/"

Class Properties

Property Value
Union Of JSONRPCErrorResponse, JSONRPCResultResponse

Slots

Name Cardinality and Range Description Inheritance

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self mcp:JSONRPCResponse
native mcp:JSONRPCResponse

LinkML Source

Direct

name: JSONRPCResponse
description: A union of all JSON-RPC response types.
from_schema: https://w3id.org/lmodel/mcp
union_of:
- JSONRPCErrorResponse
- JSONRPCResultResponse

Induced

name: JSONRPCResponse
description: A union of all JSON-RPC response types.
from_schema: https://w3id.org/lmodel/mcp
union_of:
- JSONRPCErrorResponse
- JSONRPCResultResponse