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

    Per-entry action callbacks provided by the contribution. Entries close over these so their card render functions can dispatch user actions without pulling the install service through dependency injection at the React level.

    interface MCPEntryHandlers {
        fixConfig(entry: ResolvedRegistryEntry): Promise<void>;
        install(entry: ResolvedRegistryEntry): Promise<void>;
        link(entry: ResolvedRegistryEntry): Promise<void>;
        uninstall(serverKey: string): Promise<void>;
        unlink(serverKey: string): Promise<void>;
        update(entry: ResolvedRegistryEntry): Promise<void>;
    }
    Index

    Methods