Description
There is currently no dedicated tab or view in the vix TUI that lists all configured MCP servers in one place.
Currently, to check which MCP servers are configured you have to:
- Read
settings.json files manually
- Watch daemon logs for startup messages
- Or infer a server is connected only when the agent calls one of its tools
Proposed feature
A dedicated tab (e.g. under F4 or a new F-key) that shows:
- All configured MCP servers with their status
- Server type (stdio vs url)
- Tool count per server
- Option to enable/disable individual servers
Current workaround
Reading the mcp_servers array from settings.json and watching daemon logs.
Description
There is currently no dedicated tab or view in the vix TUI that lists all configured MCP servers in one place.
Currently, to check which MCP servers are configured you have to:
settings.jsonfiles manuallyProposed feature
A dedicated tab (e.g. under F4 or a new F-key) that shows:
Current workaround
Reading the mcp_servers array from settings.json and watching daemon logs.