MCP Apps
    Preparing search index...

    Interface McpUiContentBlockMeta

    Metadata marking an embedded resource content block in a tool result as a dynamic view content payload.

    Placed at _meta.ui.content on type: "resource" content blocks within CallToolResult.content. Marked payloads are presentation data for the tool's view: hosts forward them unmodified to the view (via ui/notifications/tool-result and proxied tools/call responses) and exclude them from model context. The payload's mimeType must be declared in the target view's contentMimeTypes.

    interface McpUiContentBlockMeta {
        rendererUri?: string;
    }
    Index

    Properties

    Properties

    rendererUri?: string

    URI of the ui:// renderer resource this payload targets.

    If omitted, the payload targets the calling tool's _meta.ui.resourceUri. Explicit targeting supports future multi-view tool results.