Member Junction
    Preparing search index...

    Summary of an execution log entry (for listing)

    interface MCPExecutionLogSummary {
        DurationMs: number;
        EndedAt: Date;
        ErrorMessage: string;
        ID: string;
        StartedAt: Date;
        Success: boolean;
        ToolName: string;
    }
    Index

    Properties

    DurationMs: number
    EndedAt: Date
    ErrorMessage: string
    ID: string
    StartedAt: Date
    Success: boolean
    ToolName: string