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

    A resolved streamable-http MCP server entry of a plugin's mcp.json.

    interface ResolvedHttpServer {
        headers?: Record<string, string>;
        kind: "http";
        name: string;
        serverUrl: string;
    }
    Index

    Properties

    headers?: Record<string, string>
    kind: "http"
    name: string
    serverUrl: string