opencode/opencode.json
Dax Raad c7c2d358e0
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
tui: show real-time MCP server status in home screen with connection state indicators
- Displays MCP servers with visual status indicators (connected/failed/disabled)
- Shows error messages for failed connections to help users troubleshoot
- Replaces static help text with dynamic keybind display that updates based on user config
- Adds weather and puppeteer MCP servers to example configuration
2025-10-07 06:02:24 -04:00

13 lines
277 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"weather": {
"type": "local",
"command": ["bun", "x", "@h1deya/mcp-server-weather"]
},
"puppeteer": {
"type": "local",
"command": ["buns", "x", "puppeteer-mcp-server"]
}
}
}