Skip to content

Commit acb0100

Browse files
committed
fixing browser tools issues
1 parent 7542d12 commit acb0100

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)