@xcanwin/manyoyo 5.2.8 → 5.2.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.
- package/lib/plugin/playwright.js +1 -1
- package/package.json +1 -1
package/lib/plugin/playwright.js
CHANGED
|
@@ -1339,7 +1339,7 @@ class PlaywrightPlugin {
|
|
|
1339
1339
|
const scenes = this.resolveTargets('all');
|
|
1340
1340
|
for (const sceneName of scenes) {
|
|
1341
1341
|
const url = `http://${host}:${this.scenePort(sceneName)}/mcp`;
|
|
1342
|
-
this.writeStdout(`claude mcp add --transport http playwright-${sceneName} ${url}`);
|
|
1342
|
+
this.writeStdout(`claude mcp add --transport http -s user playwright-${sceneName} ${url}`);
|
|
1343
1343
|
}
|
|
1344
1344
|
this.writeStdout('');
|
|
1345
1345
|
for (const sceneName of scenes) {
|