MCPcopy
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

validatePathMethod · 0.45
logDisclaimersFunction · 0.45
getToolGroupsFunction · 0.45
saveLogsToFileFunction · 0.45
verifyPackageContentsFunction · 0.45
_installChromeFunction · 0.45
mainFunction · 0.45
runSingleScenarioFunction · 0.45
mainFunction · 0.45
eval_gemini.tsFile · 0.45
count_tokens.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

startMockServerFunction · 0.36