We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18aeb3a commit 2971fecCopy full SHA for 2971fec
2 files changed
src/McpContext.ts
@@ -7,7 +7,7 @@
7
import fs from 'node:fs/promises';
8
import path from 'node:path';
9
10
-import type {WebMCPTool} from 'puppeteer-core/internal/cdp/WebMCP.js';
+import type {WebMCPTool} from 'puppeteer-core';
11
12
import type {TargetUniverse} from './DevtoolsUtils.js';
13
import {UniverseManager} from './DevtoolsUtils.js';
src/McpResponse.ts
@@ -4,7 +4,7 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
import type {ParsedArguments} from './bin/chrome-devtools-mcp-cli-options.js';
import {ConsoleFormatter} from './formatters/ConsoleFormatter.js';
0 commit comments