Theia API Documentation v1.65.0
    Preparing search index...
    interface RemoteMCPServerDescription {
        autostart?: boolean;
        error?: string;
        headers?: Record<string, string>;
        name: string;
        serverAuthToken?: string;
        serverAuthTokenHeader?: string;
        serverUrl: string;
        status?: MCPServerStatus;
        tools?: ToolInformation[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    autostart?: boolean

    Flag indicating whether the server should automatically start when the application starts.

    error?: string

    Last error message that the server has returned.

    headers?: Record<string, string>

    Optional additional headers to include in requests to the server.

    name: string

    The unique name of the MCP server.

    serverAuthToken?: string

    The authentication token for the server, if required.

    serverAuthTokenHeader?: string

    The header name to use for the server authentication token.

    serverUrl: string

    The URL of the remote MCP server.

    The current status of the server. Optional because only set by the server.

    tools?: ToolInformation[]

    List of available tools for the server. Returns the name and description if available.