@modelcontextprotocol/ext-apps - v0.2.2
    Preparing search index...

    Interface McpUiHostCapabilities

    Capabilities supported by the host application.

    McpUiInitializeResult for the initialization result that includes these capabilities

    interface McpUiHostCapabilities {
        experimental?: {};
        logging?: {};
        openLinks?: {};
        serverResources?: { listChanged?: boolean };
        serverTools?: { listChanged?: boolean };
    }
    Index

    Properties

    experimental?: {}

    Experimental features (structure TBD).

    logging?: {}

    Host accepts log messages.

    openLinks?: {}

    Host supports opening external URLs.

    serverResources?: { listChanged?: boolean }

    Type Declaration

    • OptionallistChanged?: boolean

      Host supports resources/list_changed notifications.

    Host can proxy resource reads to the MCP server.

    serverTools?: { listChanged?: boolean }

    Type Declaration

    • OptionallistChanged?: boolean

      Host supports tools/list_changed notifications.

    Host can proxy tool calls to the MCP server.