Interface: ChromeDevtoolsInfo
Defined in: packages/aiui-claude-channel/src/launch-info.ts:20
How the session's Chrome DevTools MCP was wired at launch.
Properties
browserUrl?
optionalbrowserUrl?:string
Defined in: packages/aiui-claude-channel/src/launch-info.ts:29
The DevTools endpoint the MCP attaches to (attach mode).
channel?
optionalchannel?:string
Defined in: packages/aiui-claude-channel/src/launch-info.ts:35
Installed branded-Chrome channel, when that's the browser.
connection?
optionalconnection?:"attach"|"launch"
Defined in: packages/aiui-claude-channel/src/launch-info.ts:27
"attach": pointed at a running browser's debug endpoint (browserUrl). "launch": the MCP launches its own browser lazily on first tool use.
enabled
enabled:
boolean
Defined in: packages/aiui-claude-channel/src/launch-info.ts:22
Whether a chrome-devtools MCP entry was included at all.
executablePath?
optionalexecutablePath?:string
Defined in: packages/aiui-claude-channel/src/launch-info.ts:33
Explicit browser binary (e.g. a managed Chrome for Testing).
extensionDirs?
optionalextensionDirs?:string[]
Defined in: packages/aiui-claude-channel/src/launch-info.ts:38
The unpacked aiui extensions the browser was asked to load, if any.
headless?
optionalheadless?:boolean
Defined in: packages/aiui-claude-channel/src/launch-info.ts:36
userDataDir?
optionaluserDataDir?:string
Defined in: packages/aiui-claude-channel/src/launch-info.ts:31
The browser profile in play, when the browser is managed locally.