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

    McpHttpServerDefinition represents an MCP server available using the Streamable HTTP transport.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • label: string

        The human-readable name of the server.

      • uri: Uri

        The URI of the server.

      • Optionalheaders: Record<string, string>

        Optional additional heads included with each request to the server.

      • Optionalversion: string

      Returns McpHttpServerDefinition

    Properties

    headers: Record<string, string>

    Optional additional heads included with each request to the server.

    label: string

    The human-readable name of the server.

    uri: Uri

    The URI of the server. The editor will make a POST request to this URI to begin each session.

    version?: string

    Optional version identification for the server. If this changes, the editor will indicate that tools have changed and prompt to refresh them.