MCP Server Framework - v1.0.0
    Preparing search index...

    Interface ContentAnnotations

    Annotations that can be attached to content.

    interface ContentAnnotations {
        audience?: ContentAudience[];
        lastModified?: string;
        priority?: number;
    }
    Index

    Properties

    audience?: ContentAudience[]

    Target audience for this content

    lastModified?: string

    ISO 8601 timestamp of last modification

    priority?: number

    Priority of this content (higher = more important)