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

    Type Alias McpDocsContext

    A resolved docs target: which product, whether it's versioned, and (for versioned products) which version — plus the discovery index URL and guidance on how to use it correctly.

    type McpDocsContext = {
        llmsTxtUrl: string;
        notes: string;
        product: McpDocsProduct;
        version?: string;
        versioned: boolean;
    }
    Index

    Properties

    llmsTxtUrl: string

    Always the unversioned per-product discovery index — never version-scoped.

    notes: string

    Usage guidance specific to this product/version combination.

    version?: string

    Present only when versioned is true and a version could be determined.

    versioned: boolean