@modelcontextprotocol/sdk
    Preparing search index...

    Interface PingRequest

    A ping, issued by either the server or the client, to check that the other party is still alive. The receiver must promptly respond, or else may be disconnected.

    interface PingRequest {
        id: RequestId;
        jsonrpc: "2.0";
        method: "ping";
        params?: RequestParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: "ping"
    params?: RequestParams