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

    Self-contained install payload: the local preference key, the config blob to write, and optional registry-provenance metadata. When serverId is set the fields are persisted as a single registryMetadata block on the stored entry.

    interface MCPInstallEntry {
        config: MCPInstallEntryConfig;
        configHash?: string;
        localName: string;
        serverId?: string;
        version?: string;
    }
    Index

    Properties

    Config blob to write under mcpServers[localName].

    configHash?: string

    Hash of the registry approval - populates registryMetadata.configHash and drives update detection.

    localName: string

    Local preference key.

    serverId?: string

    Registry server id - populates registryMetadata.serverId so updates stay tracked.

    version?: string

    Approved version published by the registry - populates registryMetadata.version for display.