chrome-devtools-mcp-for-extension 0.9.8 → 0.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -346,6 +346,7 @@ export async function launch(options) {
346
346
  headless,
347
347
  args,
348
348
  ignoreDefaultArgs: ['--disable-extensions', '--enable-automation'],
349
+ enableExtensions: extensionPaths.length > 0 ? extensionPaths : undefined,
349
350
  });
350
351
  // Log actual spawn args for debugging
351
352
  const spawnArgs = browser.process()?.spawnargs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrome-devtools-mcp-for-extension",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
4
4
  "description": "MCP server for Chrome extension development with Web Store automation. Fork of chrome-devtools-mcp with extension-specific tools.",
5
5
  "type": "module",
6
6
  "bin": "./build/src/index.js",
@@ -52,7 +52,7 @@
52
52
  "@modelcontextprotocol/sdk": "1.18.1",
53
53
  "archiver": "^7.0.1",
54
54
  "debug": "4.4.3",
55
- "puppeteer-core": "24.22.3",
55
+ "puppeteer": "24.22.3",
56
56
  "yargs": "18.0.0"
57
57
  },
58
58
  "devDependencies": {
@@ -72,7 +72,6 @@
72
72
  "eslint-import-resolver-typescript": "^4.4.4",
73
73
  "globals": "^16.4.0",
74
74
  "prettier": "^3.6.2",
75
- "puppeteer": "24.22.3",
76
75
  "sinon": "^21.0.0",
77
76
  "typescript-eslint": "^8.43.0",
78
77
  "typescript": "^5.9.2"