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

    Interface McpUiRequestDisplayModeResult

    Result from requesting a display mode change.

    interface McpUiRequestDisplayModeResult {
        mode: McpUiDisplayMode;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Index signature required for MCP SDK Protocol class compatibility. Note: The schema intentionally omits this to enforce strict validation.

    Index

    Properties

    Properties

    The display mode that was actually set. May differ from requested if not supported.