puppeteer-mcp-claude 0.1.3 → 0.1.5
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/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -143,7 +143,7 @@ class PuppeteerMCPInstaller {
|
|
|
143
143
|
console.log('🔧 Using claude mcp add command...');
|
|
144
144
|
execSync(`claude mcp add ${this.serverName} "npx puppeteer-mcp-claude serve"`, {
|
|
145
145
|
stdio: 'inherit',
|
|
146
|
-
cwd:
|
|
146
|
+
cwd: process.cwd()
|
|
147
147
|
});
|
|
148
148
|
console.log(`✅ Successfully added via claude mcp add`);
|
|
149
149
|
return;
|