chrome-devtools-mcp-for-extension 0.9.14 → 0.9.15
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.
- package/build/src/browser.js +0 -6
- package/package.json +1 -1
package/build/src/browser.js
CHANGED
|
@@ -547,12 +547,6 @@ export async function launch(options) {
|
|
|
547
547
|
headless: effectiveHeadless,
|
|
548
548
|
args,
|
|
549
549
|
ignoreDefaultArgs: ['--disable-extensions', '--enable-automation'],
|
|
550
|
-
// enableExtensions: Provide unpacked extension folder paths
|
|
551
|
-
// These paths can point to System Chrome's extension directories
|
|
552
|
-
// (e.g., ~/Library/.../Chrome/Default/Extensions/<id>/<version>/)
|
|
553
|
-
// No need to copy extensions to CfT profile
|
|
554
|
-
// Reference: https://pptr.dev/guides/chrome-extensions
|
|
555
|
-
enableExtensions: extensionPaths.length > 0 ? extensionPaths : undefined,
|
|
556
550
|
});
|
|
557
551
|
// Log actual spawn args for debugging
|
|
558
552
|
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.
|
|
3
|
+
"version": "0.9.15",
|
|
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",
|