Theia API Documentation v1.75.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;
        installedAt?: string;
        pluginId?: 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.

    For an entry written by an Agent Plugin this is the plugin's content hash.

    installedAt?: string

    When the supplying Agent Plugin was last written. Not informational: connectionDescription includes it, so replacing a plugin's root restarts the servers running out of it even when their own configuration is byte-identical.

    pluginId?: string

    Set when this entry was written by an installed Agent Plugin.

    serverId?: string

    Absent for a plugin-contributed server, which carries pluginId instead.

    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.