Frodo Library - v4.5.0
    Preparing search index...

    Type Alias McpToolRuntimeTraceEvent

    type McpToolRuntimeTraceEvent = {
        candidateCount?: number;
        criteria?: McpToolRuntimeTraceCriteria;
        deploymentType?: McpDeploymentType;
        descriptorId?: string;
        elapsedMs?: number;
        error?: string;
        event:
            | "discovery"
            | "selection"
            | "dispatch-start"
            | "dispatch-success"
            | "dispatch-failure"
            | "compatibility-rejection"
            | "credential-rejection";
        requestId?: string;
        resultCount?: number;
        routingReason?: string;
        toolName: string;
        topCandidates?: McpToolRuntimeTraceCandidate[];
    }
    Index

    Properties

    candidateCount?: number
    deploymentType?: McpDeploymentType
    descriptorId?: string
    elapsedMs?: number
    error?: string
    event:
        | "discovery"
        | "selection"
        | "dispatch-start"
        | "dispatch-success"
        | "dispatch-failure"
        | "compatibility-rejection"
        | "credential-rejection"
    requestId?: string
    resultCount?: number
    routingReason?: string
    toolName: string