MCPcopy
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
102export interface Response {
103 appendResponseLine(value: string): void;
104 setHeapSnapshotAggregates(
105 aggregates: Record<
106 string,

Callers 15

input.tsFile · 0.65
network.tsFile · 0.65
extensions.tsFile · 0.65
performance.tsFile · 0.65
screenshot.tsFile · 0.65
emulation.tsFile · 0.65
webmcp.tsFile · 0.65
performEvaluationFunction · 0.65
pages.tsFile · 0.65
dialogHandlerFunction · 0.65

Implementers 1

McpResponsesrc/McpResponse.ts

Calls

no outgoing calls

Tested by

no test coverage detected