Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChromeDevTools/chrome-devtools-mcp
/ appendResponseLine
Method
appendResponseLine
src/tools/ToolDefinition.ts:103–103 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
101
102
export
interface
Response {
103
appendResponseLine(value: string): void;
104
setHeapSnapshotAggregates(
105
aggregates: Record<
106
string,
Callers
15
executeThirdPartyDeveloperTool
Method · 0.65
input.ts
File · 0.65
network.ts
File · 0.65
extensions.ts
File · 0.65
performance.ts
File · 0.65
stopTracingAndAppendOutput
Function · 0.65
screenshot.ts
File · 0.65
emulation.ts
File · 0.65
webmcp.ts
File · 0.65
performEvaluation
Function · 0.65
pages.ts
File · 0.65
dialogHandler
Function · 0.65
Implementers
1
McpResponse
src/McpResponse.ts
Calls
no outgoing calls
Tested by
no test coverage detected