@modelcontextprotocol/ext-apps - v1.1.2
    Preparing search index...

    Interface McpUiDownloadFileResult

    Result from a file download request.

    interface McpUiDownloadFileResult {
        isError?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Index signature required for MCP SDK Protocol class compatibility. Note: The generated schema uses passthrough() to allow additional properties.

    Index

    Properties

    Properties

    isError?: boolean

    True if the download failed (e.g., user cancelled or host denied).