@suluk/mcp - v0.1.2
    Preparing search index...

    Interface RpcRequest

    interface RpcRequest {
        jsonrpc?: string;
        id?: string | number | null;
        method?: string;
        params?: Record<string, unknown>;
    }
    Index

    Properties

    jsonrpc?: string
    id?: string | number | null
    method?: string
    params?: Record<string, unknown>