Project
cortex
Description
cortex mcp remove / rm removes servers from configuration. The TUI registers /mcp-auth as a top-level slash but does not register mcp-remove or mcp-rm alongside it. Removal is only discoverable through the interactive /mcp MCP manager flow, which is easy to miss next to the prominent auth entry.
Relevant code: src/cortex-tui/src/commands/registry/builtin.rs (MCP registrations, approx. lines 566–600).
Steps to Reproduce
- Run
cortex mcp --help and note remove / rm.
- In the TUI, type
/ and inspect MCP-related slash commands.
Expected Behavior
A discoverable path for removal (e.g. /mcp-remove or /mcp-rm) with appropriate confirmation, or explicit documentation that removal lives only inside the /mcp manager.
Actual Behavior
No dedicated remove/rm slash in the registry next to /mcp-auth (per the capture).
Additional Context
Screenshot: https://github.com/techforgeworks-sudo/images/blob/main/9_12.png
Environment: Windows, cortex CLI 0.0.7 + TUI.
System Information
Windows, cortex CLI 0.0.7 + TUI.
Project
cortex
Description
cortex mcp remove/rmremoves servers from configuration. The TUI registers/mcp-authas a top-level slash but does not registermcp-removeormcp-rmalongside it. Removal is only discoverable through the interactive/mcpMCP manager flow, which is easy to miss next to the prominentauthentry.Relevant code:
src/cortex-tui/src/commands/registry/builtin.rs(MCP registrations, approx. lines 566–600).Steps to Reproduce
cortex mcp --helpand noteremove/rm./and inspect MCP-related slash commands.Expected Behavior
A discoverable path for removal (e.g.
/mcp-removeor/mcp-rm) with appropriate confirmation, or explicit documentation that removal lives only inside the/mcpmanager.Actual Behavior
No dedicated remove/rm slash in the registry next to
/mcp-auth(per the capture).Additional Context
Screenshot: https://github.com/techforgeworks-sudo/images/blob/main/9_12.png
Environment: Windows, cortex CLI 0.0.7 + TUI.
System Information
Windows, cortex CLI 0.0.7 + TUI.