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

    Function logToolStart

    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 start of a tool execution.

      Parameters

      • logger: ILogger

        The logger to use

      • toolName: string

        Name of the tool

      • Optionalargs: Record<string, unknown>

        Tool arguments (sanitized for logging)

      Returns void