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.StartDevServerOptions.md.
  • English
  • Interface: StartDevServerOptions

    Properties

    agentApi?

    readonly optional agentApi?: boolean

    Enables the optional agent-facing MCP endpoint for this foreground session.


    agentApiToken?

    readonly optional agentApiToken?: string

    Internal

    Trusted test seam for the fixed Agent API bearer secret.


    assets?

    readonly optional assets?: WorkbenchAssetSource

    Supplied by integration tests; published callers use the packaged assets.


    installHosts?

    readonly optional installHosts?: readonly InstallHost[]

    Hosts whose installed development variant follows successful artifact epochs.


    open?

    readonly optional open?: boolean

    Launch the foreground URL after it has started. Defaults to false.


    openBrowser?

    readonly optional openBrowser?: OpenBrowser

    Injectable browser launcher for embedding and deterministic tests.


    port?

    readonly optional port?: number


    registry?

    readonly optional registry?: TargetRegistry

    Advanced adapter registry shared by all development project and runtime services.


    root

    readonly root: string


    testing?

    readonly optional testing?: DevServerTesting

    Test-only listener and sandbox factories; production always uses the built-in loopback services.