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/test.TestableAppDescriptor.md.
  • English
  • Interface: TestableAppDescriptor

    One normalized MCP App declaration addressable by the browser proof level.

    Properties

    _meta?

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


    id

    readonly id: string


    name

    readonly name: string


    prebuilt?

    readonly optional prebuilt?: true


    relativePath

    readonly relativePath: string

    Project-relative POSIX path of the browser entry module.


    resourceUri

    readonly resourceUri: string


    serverIds

    readonly serverIds: readonly string[]

    Every MCP server sharing this identical app declaration.


    source

    readonly source: string

    Absolute browser entry module path.


    targets

    readonly targets: readonly string[]


    template?

    readonly optional template?: string

    Absolute optional HTML shell template path.