Working on the mcp, this helps connect it

This commit is contained in:
2026-06-25 10:25:00 +02:00
parent 9acbbb6a19
commit 52a489759f
2 changed files with 234 additions and 359 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"playwright": {
"type": "local",
"command": [
"playwright-mcp.cmd",
"--browser",
"chrome",
"--user-data-dir",
"C:\\Users\\Caitlin\\AppData\\Local\\Google\\Chrome\\User Data\\Default",
],
"enabled": true,
},
},
}