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

    The MCPServerManagerServer handles the RCP specialties of adding server descriptions from the frontend

    interface MCPServerManagerServer {
        addOrUpdateServer(description: MCPServerDescriptionRCP): Promise<void>;
        setClient(client: MCPServerManagerServerClient): void;
    }

    Implemented by

    Index

    Methods