Theia API Documentation v1.73.0
    Preparing search index...
    interface MCPServerInstallParameters {
        autostart: boolean;
        oauthClientId?: string;
        oauthClientSecret?: string;
        serverAuthToken?: string;
    }
    Index

    Properties

    autostart: boolean

    Whether the server should autostart. Defaults to true if the dialog isn't shown.

    oauthClientId?: string

    OAuth client id entered by the user; only collected for servers that advertise OAuth.

    oauthClientSecret?: string

    OAuth client secret entered by the user; only collected for servers that advertise OAuth.

    serverAuthToken?: string

    Authentication token entered by the user; only collected for remote servers that need one.