Theia API Documentation v1.73.0
    Preparing search index...
    interface MCPServerInstallDialogOptions {
        autostart?: boolean;
        name: string;
        requireAuthToken?: boolean;
        requireOAuth?: boolean;
        trust?: MCPServerInstallTrust;
    }
    Index

    Properties

    autostart?: boolean

    Initial autostart value (typically true).

    name: string

    Server name as it will be saved into the preference (read-only, shown to the user).

    requireAuthToken?: boolean

    Whether to show the auth-token field; set when the entry advertises an auth token slot.

    requireOAuth?: boolean

    Whether to show the OAuth client-id / client-secret fields; set when the entry advertises an oauth block. Only the confidential-client credentials and the (read-only) redirect URL are surfaced - scopes, authorization server and resource stay fixed by the registry.

    When set, renders a trust banner explaining the registry approval status.