Skip to content

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?

optional browserUrl?: string

Defined in: packages/aiui-claude-channel/src/launch-info.ts:29

The DevTools endpoint the MCP attaches to (attach mode).


channel?

optional channel?: string

Defined in: packages/aiui-claude-channel/src/launch-info.ts:35

Installed branded-Chrome channel, when that's the browser.


connection?

optional connection?: "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?

optional executablePath?: string

Defined in: packages/aiui-claude-channel/src/launch-info.ts:33

Explicit browser binary (e.g. a managed Chrome for Testing).


extensionDirs?

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

optional headless?: boolean

Defined in: packages/aiui-claude-channel/src/launch-info.ts:36


userDataDir?

optional userDataDir?: string

Defined in: packages/aiui-claude-channel/src/launch-info.ts:31

The browser profile in play, when the browser is managed locally.