mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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
This commit is contained in:
parent
021d1d1b5e
commit
c7c2d358e0
8 changed files with 222 additions and 102 deletions
|
|
@ -1,3 +1,13 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue