@modelcontextprotocol/sdk
    Preparing search index...

    Interface SetLevelRequest

    A request from the client to the server, to enable or adjust logging.

    interface SetLevelRequest {
        id: RequestId;
        jsonrpc: "2.0";
        method: "logging/setLevel";
        params: SetLevelRequestParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    jsonrpc: "2.0"
    method: "logging/setLevel"