MCP Apps
    Preparing search index...

    Type Alias LegacyNotificationHandlerSetter<Modern>

    LegacyNotificationHandlerSetter: Modern & <S extends LegacyMethodSchema>(
        schema: S,
        handler: LegacyNotificationHandler<S>,
    ) => void

    setNotificationHandler counterpart of LegacyRequestHandlerSetter.

    Type Parameters

    • Modern

    Type Declaration