Theia API Documentation v1.73.0
    Preparing search index...

    Provenance metadata for an MCP server linked to an AI registry approval. Grouped under a single registryMetadata block in BaseMCPServerDescription and in the ai-features.mcp.mcpServers preference so registry-link data stays visually separated from the server configuration the user edits.

    interface MCPRegistryMetadata {
        configHash?: string;
        serverId: string;
        version?: string;
    }
    Index

    Properties

    configHash?: string

    Content hash of the registry approval that produced this entry. Used to detect when the registry has published a new approval for this server. Do not use version for update checks - it is display-only.

    serverId: string

    Identifies the AI registry entry this server was installed from.

    version?: string

    Registry-published version recorded at install / link / fix / update time. Kept purely for display in the UI; the registry may publish a different version later, but we don't want to lose the version the user actually installed. Update detection uses configHash instead.