Working on the mcp, this helps connect it
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user