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

    Main interface for the Theia MCP server (backend only)

    Implements

    Index

    Constructors

    Properties

    backendContributionManager: MCPBackendContributionManager
    frontendContributionManager: MCPFrontendContributionManager
    httpApp?: Application
    httpTransports: Map<string, StreamableHTTPServerTransport> = ...
    logger: ILogger
    running: boolean = false
    server?: McpServer
    serverId: string = ...

    Methods

    • Called after the initialization of the backend application is complete. Use this to configure the Express app before it is started, for example to offer additional endpoints.

      The implementation may be async, however it will still block the configuration step until it's resolved.

      Parameters

      • app: Application

        the express application to configure.

      Returns Promise<void>

      either undefined or a Promise resolving to undefined.