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
Steps to Reproduce
- Run
cortex mcp --help and note list / ls.
- Open TUI, type
/mcp and inspect the suggestion list.
- 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
Project
cortex
Description
Users who learn
cortex mcp listfrom--helpmay look for a TUI equivalent after/mcpand not findlist/ls, whileauthhas a clear/mcp-authentry — 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
clapmcpsubcommands —/mcp-list(or alias) was never registered, orlistis only reachable inside/mcpinteractive flow (“MCP server management (interactive)”) without a named slash. Confirm incortex-tuislash command definitions /registry/commands.rs.Error Message
Debug Logs
System Information
Screenshots
Steps to Reproduce
cortex mcp --helpand notelist/ls./mcpand inspect the suggestion list.auth-style entries vslist/ls.Expected Behavior
Product choice: Either (a) a
/mcp-list(or/mcp-ls) slash with the same semantics ascortex mcp list, or (b)/mcphelp text / palette copy that explicitly states “use CLIcortex mcp list” or how to open list from interactive — so users are not left assuming missing functionality.Actual Behavior
Palette shows
/mcp-authbut no dedicatedlist/lsentry in the capture (vs CLI).Additional Context
No response