Interface: AgentBundleMcpServer
Properties
apps?
optionalapps?:Readonly<Record<string,AgentBundleMcpApp>>
args?
optionalargs?: readonlystring[]
command?
optionalcommand?:string
cwd?
optionalcwd?:string
entry?
optionalentry?:string|AgentBundlePrebuiltEntry
env?
optionalenv?:Readonly<Record<string,string>>
Extra environment for stdio servers. Adapters inject the well-known plugin-root anchor (see pluginRootEnvAnchor) beneath these entries, so a declared key with that name wins over the injected value.
headers?
optionalheaders?:Readonly<Record<string,string>>
targets?
optionaltargets?: readonlystring[]
transport?
optionaltransport?:McpTransport
url?
optionalurl?:string