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

Interface McpContextOptions

src/McpContext.ts:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58import {getNetworkMultiplierFromString} from './WaitForHelper.js';
59
60interface McpContextOptions {
61 // Whether the DevTools windows are exposed as pages for debugging of DevTools.
62 experimentalDevToolsDebugging: boolean;
63 // Whether all page-like targets are exposed as pages.
64 experimentalIncludeAllPages?: boolean;
65 // Whether CrUX data should be fetched.
66 performanceCrux: boolean;
67 // Whether allowlist/blocklist is configured.
68 hasNetworkBlockOrAllowlist?: boolean;
69}
70
71const DEFAULT_TIMEOUT = 5_000;
72const NAVIGATION_TIMEOUT = 10_000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected