Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChromeDevTools/chrome-devtools-mcp
/ error
Method
error
src/McpResponse.ts:433–435 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
431
}
432
433
get error(): Error | undefined {
434
return
this.#error;
435
}
436
437
appendResponseLine(value: string): void {
438
this.#textResponseLines.push(value);
Callers
15
validatePath
Method · 0.45
logDisclaimers
Function · 0.45
getToolGroups
Function · 0.45
saveLogsToFile
Function · 0.45
verifyPackageContents
Function · 0.45
generateToolDocumentation
Function · 0.45
_installChrome
Function · 0.45
main
Function · 0.45
runSingleScenario
Function · 0.45
main
Function · 0.45
eval_gemini.ts
File · 0.45
count_tokens.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
startMockServer
Function · 0.36