Skip to content

Title: [UX] [v0.0.7] TUI /mcp slash palette: no **/mcp-list** (or **list/ls**) entry vs CLI **cortex mcp list/ls** — **/mcp-auth** exists; discoverability gap #48573

@seekmistar06

Description

@seekmistar06

Project

cortex

Description

Users who learn cortex mcp list from --help may look for a TUI equivalent after /mcp and not find list/ls, while auth has a clear /mcp-auth entry — inconsistent mental model (auth in both surfaces; list CLI-only in the capture).

Root cause (expected): TUI slash-command registry / autocomplete data is not generated from the same source of truth as clap mcp subcommands — /mcp-list (or alias) was never registered, or list is only reachable inside /mcp interactive flow (“MCP server management (interactive)”) without a named slash. Confirm in cortex-tui slash command definitions / registry / commands.rs.

Error Message

Debug Logs

System Information

OS: Windows (per screenshot)
Component: cortex CLI 0.0.7 + TUI

Screenshots

Image

Steps to Reproduce

  1. Run cortex mcp --help and note list / ls.
  2. Open TUI, type /mcp and inspect the suggestion list.
  3. Compare presence of auth-style entries vs list/ls.

Expected Behavior

Product choice: Either (a) a /mcp-list (or /mcp-ls) slash with the same semantics as cortex mcp list, or (b) /mcp help text / palette copy that explicitly states “use CLI cortex mcp list or how to open list from interactive — so users are not left assuming missing functionality.

Actual Behavior

Palette shows /mcp-auth but no dedicated list/ls entry in the capture (vs CLI).

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingideIssues related to IDEinvalidThis doesn't seem rightvalidValid issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions