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

    Variable McpUiOpenLinkRequestSchemaConst

    McpUiOpenLinkRequestSchema: ZodObject<
        {
            method: ZodLiteral<"ui/open-link">;
            params: ZodObject<{ url: ZodString }, $strip>;
        },
        $strip,
    > = ...

    Request to open an external URL in the host's default browser.

    App.openLink for the method that sends this request