For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/config.NormalizedMcpApp.md.
  • English
  • Interface: NormalizedMcpApp

    Properties

    _meta?

    readonly optional _meta?: Readonly<Record<string, unknown>>


    id

    readonly id: string


    name

    readonly name: string


    prebuilt?

    readonly optional prebuilt?: true

    True when the owning server's prebuilt payload already contains the served resource: the app stays a development surface and the compiler emits no mcp-apps/ output for it.


    provenance

    readonly provenance: SourceProvenance


    resourceUri

    readonly resourceUri: string


    serverId

    readonly serverId: string


    serverName

    readonly serverName: string


    source

    readonly source: string

    Absolute browser entry source path.


    targets

    readonly targets: readonly string[]


    template?

    readonly optional template?: string

    Absolute optional HTML shell template path.