@modelcontextprotocol/sdk
    Preparing search index...

    Interface LoggingMessageNotification

    JSONRPCNotification of a log message passed from server to client. If no logging/setLevel request has been sent from the client, the server MAY decide which messages to send automatically.

    interface LoggingMessageNotification {
        jsonrpc: "2.0";
        method: "notifications/message";
        params: LoggingMessageNotificationParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    jsonrpc: "2.0"
    method: "notifications/message"