mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
- 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
13 lines
277 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|