Skip to content

[BUG][v0.0.7] TUI slash registry has no dedicated mcp-remove or mcp-rm next to mcp-auth #53255

@brianpho

Description

@brianpho

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

  1. Run cortex mcp --help and note remove / rm.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideIssues related to IDEvalidValid issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions