bug fixes
All checks were successful
Build and Publish / build-release (push) Successful in 4m19s

This commit is contained in:
2026-04-30 16:41:34 -05:00
parent 7d5e198156
commit 53bbdca525
16 changed files with 721 additions and 673 deletions

View File

@@ -5,7 +5,18 @@
"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"
]
}