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

    Interface McpUiResourceMeta

    UI Resource metadata for security and rendering configuration.

    interface McpUiResourceMeta {
        csp?: McpUiResourceCsp;
        domain?: string;
        prefersBorder?: boolean;
    }
    Index

    Properties

    Content Security Policy configuration.

    domain?: string

    Dedicated origin for widget sandbox.

    prefersBorder?: boolean

    Visual boundary preference - true if UI prefers a visible border.