All checks were successful
Build and Publish / build-release (push) Successful in 4m19s
23 lines
379 B
JSON
23 lines
379 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"nuxt-ui": {
|
|
"type": "remote",
|
|
"url": "https://ui.nuxt.com/mcp",
|
|
"enabled": true
|
|
},
|
|
"browsermcp": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"@browsermcp/mcp@0.1.3"
|
|
],
|
|
"enabled": true
|
|
}
|
|
},
|
|
"plugin": [
|
|
"opencode-browser"
|
|
]
|
|
}
|