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

    Interface McpUiOpenLinkResult

    Result from opening a URL.

    interface McpUiOpenLinkResult {
        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 host failed to open the URL (e.g., due to security policy).