mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 06:14:08 +00:00
Removed enabled text (leave just the enable button).
This commit is contained in:
@@ -544,7 +544,6 @@ class MCPScreen(ModalScreen):
|
||||
enabled_icon = "🟢" if mcp.config.enabled else "🔴"
|
||||
connected_icon = "🟢" if mcp.connected else "🔴"
|
||||
|
||||
text.append(f"Enabled: {enabled_icon}\n", style="#9a9a9a")
|
||||
text.append(f"Connected: {connected_icon}\n", style="#9a9a9a")
|
||||
|
||||
if mcp.last_error:
|
||||
|
||||
Reference in New Issue
Block a user