You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(mcp): replace modal popup with inline card UI and remove emojis (#233)
- Remove all emojis from MCP panel interactive items (Add, View Tools, Reload, server statuses)
- Replace modal popup for 'Add MCP Server' with inline card-based UI
- Add McpCard::new_add_mode() to open MCP card directly in add server mode
- Add CardHandler::open_mcp_add_mode() method for opening add mode
- Modal popups are now reserved only for command palette
This improves UX by keeping the add server flow within the card area
that replaces the input, avoiding disruptive popup modals.
Co-authored-by: Droid Agent <droid@factory.ai>
0 commit comments