@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface McpAppResourceUiMeta

    Security and presentation hints for an MCP App resource.

    interface McpAppResourceUiMeta {
        csp?: McpAppResourceCsp;
        permissions?: McpAppResourcePermissions;
        domain?: string;
        prefersBorder?: boolean;
    }
    Index

    Properties

    domain?: string

    Host-specific dedicated sandbox domain.

    prefersBorder?: boolean

    Whether the host should render a visible boundary around the app.