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

    Interface McpLogContext

    MCP-specific log context fields.

    interface McpLogContext {
        tool?: string;
        requestId?: string;
        durationMs?: number;
        success?: boolean;
        errorCode?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    tool?: string

    The tool being executed

    requestId?: string

    Request ID for tracing

    durationMs?: number

    Duration of the operation in milliseconds

    success?: boolean

    Whether the operation succeeded

    errorCode?: string

    Error code if operation failed