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
In src/cortex-tui/src/modal/mcp_manager/handlers.rs:193-203, when Enter is pressed with empty Name or Command fields, the handler returns ModalResult::Continue with no error message, toast, or visual feedback. The user presses Enter and nothing happens.
Error Message
Debug Logs
System Information
windows 11
Screenshots
Screencast.from.2026-03-29.17-52-46.webm
Steps to Reproduce
Open MCP Manager (Ctrl+E).
Press 'a' to add a new server, select stdio.
Leave the Name field empty.
Press Enter.
Expected Behavior
An error message should appear: "Server name is required" or the field should be highlighted in red.
Actual Behavior
Nothing happens. No feedback is provided. The form stays open with no indication of what went wrong.
Project
cortex
Description
In
src/cortex-tui/src/modal/mcp_manager/handlers.rs:193-203, when Enter is pressed with empty Name or Command fields, the handler returnsModalResult::Continuewith no error message, toast, or visual feedback. The user presses Enter and nothing happens.Error Message
Debug Logs
System Information
Screenshots
Screencast.from.2026-03-29.17-52-46.webm
Steps to Reproduce
Expected Behavior
An error message should appear: "Server name is required" or the field should be highlighted in red.
Actual Behavior
Nothing happens. No feedback is provided. The form stays open with no indication of what went wrong.
Additional Context
No response