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

    Contribution interface for extending the MCP server with backend-only contributions

    interface MCPBackendContribution {
        configure(server: McpServer): void | Promise<void>;
    }
    Index

    Methods

    Methods