@modelcontextprotocol/sdk
    Preparing search index...

    Interface SubscribeRequest

    Sent from the client to request resources/updated notifications from the server whenever a particular resource changes.

    interface SubscribeRequest {
        id: RequestId;
        jsonrpc: "2.0";
        method: "resources/subscribe";
        params: SubscribeRequestParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    jsonrpc: "2.0"
    method: "resources/subscribe"