mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-08-02 12:23:54 -04:00
build(opencode): add playwright mcp server configuration
Register the @playwright/mcp server in opencode.jsonc and reformat the watcher ignore list across multiple lines for readability.
This commit is contained in:
@@ -93,6 +93,11 @@
|
||||
"Authorization": "Bearer {env:ZAI_API_KEY}",
|
||||
},
|
||||
},
|
||||
"playwright": {
|
||||
"type": "local",
|
||||
"command": ["npx", "@playwright/mcp@latest"],
|
||||
"enabled": true,
|
||||
},
|
||||
"ibmi-server": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
@@ -113,7 +118,13 @@
|
||||
},
|
||||
},
|
||||
"watcher": {
|
||||
"ignore": ["node_modules/**", ".git/**", "dist/**", "**/.venv/**", "**/target/**"],
|
||||
"ignore": [
|
||||
"node_modules/**",
|
||||
".git/**",
|
||||
"dist/**",
|
||||
"**/.venv/**",
|
||||
"**/target/**",
|
||||
],
|
||||
},
|
||||
"lsp": true,
|
||||
"formatter": true,
|
||||
|
||||
Reference in New Issue
Block a user