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/index.AgentBundleMcpServer.md.
  • English
  • Interface: AgentBundleMcpServer

    Properties

    apps?

    optional apps?: Readonly<Record<string, AgentBundleMcpApp>>


    args?

    optional args?: readonly string[]


    command?

    optional command?: string


    cwd?

    optional cwd?: string


    entry?

    optional entry?: string | AgentBundlePrebuiltEntry


    env?

    optional env?: 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?

    optional headers?: Readonly<Record<string, string>>


    targets?

    optional targets?: readonly string[]


    transport?

    optional transport?: McpTransport


    url?

    optional url?: string