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

    Function handleRpc

    • Dispatch one JSON-RPC message. Returns null ONLY for a notification — a message with no id MEMBER; the caller then emits no body. Anything carrying an id (even the discouraged id: null) always gets a correlated response.

      Parameters

      Returns Promise<RpcResponse | null>