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

    Interface McpUiOpenLinkResult

    Result from a McpUiOpenLinkRequest.

    The host returns this result after attempting to open the requested 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, user cancellation, or system error). False or undefined indicates success.