mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"chrome-devtools": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"chrome-devtools-mcp@latest"
|
|
]
|
|
}
|
|
},
|
|
"model": "openai/gpt-5.2-codex"
|
|
}
|