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

    Interface McpUiRequestDisplayModeRequest

    Request to change the display mode of the UI. The host will respond with the actual display mode that was set, which may differ from the requested mode if not supported.

    app.App.requestDisplayMode for the method that sends this request

    interface McpUiRequestDisplayModeRequest {
        method: "ui/request-display-mode";
        params: { mode: McpUiDisplayMode };
    }
    Index

    Properties

    Properties

    method: "ui/request-display-mode"
    params: { mode: McpUiDisplayMode }

    Type Declaration