Member Junction
    Preparing search index...

    Server Extension that registers Slack webhook routes and delegates message handling to the SlackAdapter.

    Supports two connection modes:

    • HTTP (default): Registers a POST endpoint for Slack Events API webhooks
    • Socket Mode: Uses Slack's WebSocket-based Socket Mode (no public URL needed, ideal for local development)
    // Auto-discovered by MJServer when package is imported and config is present
    // No manual instantiation needed — just add to mj.config.cjs

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Optional: Called when configuration changes at runtime.

      Not all extensions need to support hot-reloading of configuration. Override this method if your extension can dynamically adjust its behavior without a full restart.

      Parameters

      Returns Promise<void>