@modelcontextprotocol/sdk
    Preparing search index...

    Type Alias NotificationOptions

    Options that can be given per notification.

    type NotificationOptions = {
        relatedRequestId?: RequestId;
    }
    Index

    Properties

    relatedRequestId?: RequestId

    May be used to indicate to the transport which incoming request to associate this outgoing notification with.