@modelcontextprotocol/ext-apps - v0.2.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 schema intentionally omits this to enforce strict validation.

    Index

    Properties

    Properties

    isError?: boolean

    True if the host failed to open the URL (e.g., due to security policy).