Interface: StartDevServerOptions
Properties
agentApi?
readonlyoptionalagentApi?:boolean
Enables the optional agent-facing MCP endpoint for this foreground session.
agentApiToken?
readonlyoptionalagentApiToken?:string
Internal
Trusted test seam for the fixed Agent API bearer secret.
assets?
readonlyoptionalassets?:WorkbenchAssetSource
Supplied by integration tests; published callers use the packaged assets.
installHosts?
readonlyoptionalinstallHosts?: readonlyInstallHost[]
Hosts whose installed development variant follows successful artifact epochs.
open?
readonlyoptionalopen?:boolean
Launch the foreground URL after it has started. Defaults to false.
openBrowser?
readonlyoptionalopenBrowser?:OpenBrowser
Injectable browser launcher for embedding and deterministic tests.
port?
readonlyoptionalport?:number
registry?
readonlyoptionalregistry?:TargetRegistry
Advanced adapter registry shared by all development project and runtime services.
root
readonlyroot:string
testing?
readonlyoptionaltesting?:DevServerTesting
Test-only listener and sandbox factories; production always uses the built-in loopback services.