playwright-mcp: fix readonly profile destination
Assisted-by: OpenCode:claude-opus-4.6
This commit is contained in:
committed by
Konstantin Alekseev
parent
f2676046a1
commit
0f0015c350
@@ -32,7 +32,8 @@ buildNpmPackage rec {
|
||||
|
||||
wrapProgram $out/bin/playwright-mcp \
|
||||
--set PLAYWRIGHT_BROWSERS_PATH ${playwright-driver.browsers} \
|
||||
--set-default PLAYWRIGHT_MCP_BROWSER chromium
|
||||
--set-default PLAYWRIGHT_MCP_BROWSER chromium \
|
||||
--run 'if [ -z "$PLAYWRIGHT_MCP_USER_DATA_DIR" ]; then export PLAYWRIGHT_MCP_ISOLATED=1; fi'
|
||||
'';
|
||||
|
||||
dontNpmBuild = true;
|
||||
|
||||
Reference in New Issue
Block a user