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

    Function logToolSuccess

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

    • Logs the successful completion of a tool execution.

      Parameters

      • logger: ILogger

        The logger to use

      • toolName: string

        Name of the tool

      • durationMs: number

        Duration of the execution in milliseconds

      • OptionalresultInfo: Record<string, unknown>

        Optional information about the result

      Returns void