Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChromeDevTools/chrome-devtools-mcp
/ includeSnapshot
Method
includeSnapshot
src/tools/ToolDefinition.ts:150–150 ·
view source on GitHub ↗
(params?: SnapshotParams)
Source
from the content-addressed store, hash-verified
148
},
149
): void;
150
includeSnapshot(params?: SnapshotParams): void;
151
attachImage(value: ImageContentData): void;
152
attachNetworkRequest(
153
reqId: number,
Callers
4
executeThirdPartyDeveloperTool
Method · 0.65
input.ts
File · 0.65
snapshot.ts
File · 0.65
McpResponse.test.ts
File · 0.65
Implementers
1
McpResponse
src/McpResponse.ts
Calls
no outgoing calls
Tested by
no test coverage detected