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

    Optional integration point exposed by @theia/ai-registry so that AI-related widgets (e.g. the MCP configuration view in @theia/ai-ide) can surface registry affordances without taking a hard dependency on the registry package.

    If no registry implementation is bound, consumers should treat this as absent and hide all registry-specific affordances.

    Implements

    Index

    Constructors

    Properties

    entriesByServerId: Map<string, ResolvedRegistryEntry> = ...
    fetchService: RegistryFetchService
    knownServerIds: Set<string> = ...
    onDidChange: Event<void> = ...

    Fires when the cached set of registry server IDs changes (e.g. after a refresh).

    onDidChangeEmitter: Emitter<void> = ...
    readyDeferred: Deferred<void> = ...

    Resolves after refreshCache has run for the first time, success or failure.

    viewContribution: VSXExtensionsContribution

    Methods