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

    User-supplied parameters collected by the install dialog before persisting.

    interface MCPInstallOverrides {
        autostart?: boolean;
        oauthClientId?: string;
        oauthClientSecret?: string;
        serverAuthToken?: string;
    }
    Index

    Properties

    autostart?: boolean
    oauthClientId?: string

    Filled into the entry's oauth.clientId slot when supplied by the user.

    oauthClientSecret?: string

    Filled into the entry's oauth.clientSecret slot when supplied by the user.

    serverAuthToken?: string

    Filled into a remote server's serverAuthToken slot when supplied by the user.