Interface: TestableAppDescriptor
One normalized MCP App declaration addressable by the browser proof level.
Properties
_meta?
readonlyoptional_meta?:Readonly<Record<string,unknown>>
id
readonlyid:string
name
readonlyname:string
prebuilt?
readonlyoptionalprebuilt?:true
relativePath
readonlyrelativePath:string
Project-relative POSIX path of the browser entry module.
resourceUri
readonlyresourceUri:string
serverIds
readonlyserverIds: readonlystring[]
Every MCP server sharing this identical app declaration.
source
readonlysource:string
Absolute browser entry module path.
targets
readonlytargets: readonlystring[]
template?
readonlyoptionaltemplate?:string
Absolute optional HTML shell template path.