We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb2964 commit 6d8cde6Copy full SHA for 6d8cde6
package.json
@@ -37,8 +37,7 @@
37
},
38
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp#readme",
39
"mcpName": "io.github.ChromeDevTools/chrome-devtools-mcp",
40
- "dependencies": {
41
- },
+ "dependencies": {},
42
"devDependencies": {
43
"@eslint/js": "^9.35.0",
44
"@modelcontextprotocol/sdk": "1.20.1",
src/tools/emulation.ts
@@ -4,7 +4,7 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
-import {zod,PredefinedNetworkConditions} from '../third_party/index.js';
+import {zod, PredefinedNetworkConditions} from '../third_party/index.js';
8
9
import {ToolCategories} from './categories.js';
10
import {defineTool} from './ToolDefinition.js';
0 commit comments