Skip to content

Commit 09c3f0b

Browse files
authored
Merge pull request #5 from carlotta94c/playright-mcp-patch
fixing browser tools issues
2 parents 7542d12 + acb0100 commit 09c3f0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/mcp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"args": [
77
"@playwright/mcp@latest",
88
"--browser=msedge",
9-
// "--headless=true" // Run in faster headless mode
9+
"--headless",
10+
"--no-sandbox"
1011
]
1112
}
1213
}

0 commit comments

Comments
 (0)