MCP Apps Kit - v0.5.0
    Preparing search index...

    Type Alias UIDefs

    UIDefs: Record<string, UIDef>

    Collection of UI resource definitions

    Keys are used to reference UI resources from tool definitions.

    const ui: UIDefs = {
    "main-widget": { html: "./widget.html" },
    "detail-view": { html: "./detail.html", prefersBorder: true },
    };