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

    Type Alias McpSemanticIdentifierMatch

    type McpSemanticIdentifierMatch = {
        identifier: string;
        matchedTerms: string[];
        score: number;
    }
    Index

    Properties

    identifier: string
    matchedTerms: string[]
    score: number