MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / McpContextOptions

Interface McpContextOptions

src/McpContext.ts:64–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62import {getNetworkMultiplierFromString} from './WaitForHelper.js';
63
64interface McpContextOptions {
65 // Whether the DevTools windows are exposed as pages for debugging of DevTools.
66 experimentalDevToolsDebugging: boolean;
67 // Whether all page-like targets are exposed as pages.
68 experimentalIncludeAllPages?: boolean;
69 // Whether CrUX data should be fetched.
70 performanceCrux: boolean;
71 // The allow list of URL patterns to allow loading resources.
72 allowList?: string[];
73 // The block list of URL patterns to block loading resources.
74 blocklist?: string[];
75}
76
77const DEFAULT_TIMEOUT = 5_000;
78const NAVIGATION_TIMEOUT = 10_000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…