nexus-agents - v2.80.0
    Preparing search index...

    Function createMcpNotifier

    MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports

    • Creates an MCP notifier that sends logging notifications to connected clients.

      Notifications are fire-and-forget — failures are logged but never propagate to callers. This ensures observability never breaks tool execution.

      Parameters

      • server: McpServer

      Returns IMcpNotifier