Namespace Nexus\Mcp\Core\Schema\JsonRpc

Classes
JsonRpcErrorResponse

A response to a request that indicates an error occurred.

JsonRpcNotification

A notification which does not expect a response.

JsonRpcRequest

A request that expects a response.

JsonRpcResultResponse

A successful (non-error) response to a request.

PaginatedRequest

A request that paginates its result via an opaque cursor.

Interfaces
JsonRpcMessage

Refers to any valid JSON-RPC object that can be decoded off the wire, or encoded to be sent.

JsonRpcResponse

A response to a request, containing either the result or error.