Project
cortex
Description
The CLI exposes cortex mcp debug (McpSubcommand::Debug). The TUI registry registers mcp-auth as its own slash but does not register mcp-debug, so users may not find a palette entry that matches the CLI’s debug command.
Relevant code: src/cortex-tui/src/commands/registry/builtin.rs (MCP registrations, approx. lines 566–600). CLI: src/cortex-cli/src/mcp_cmd/types.rs (Debug, approx. lines 55–56).
Steps to Reproduce
- Run
cortex mcp --help and note debug.
- In the TUI, open slash suggestions and compare
/mcp-auth to any debug entry.
Expected Behavior
Either /mcp-debug aligned with cortex mcp debug, or help text stating that debug is CLI-only or only under interactive /mcp.
Actual Behavior
No /mcp-debug in the capture; /mcp-auth is present.
Additional Context
Screenshot: https://github.com/techforgeworks-sudo/images/blob/main/9_26.png
Environment: Windows, cortex CLI 0.0.7 + TUI.
System Information
Windows, cortex CLI 0.0.7 + TUI.
Project
cortex
Description
The CLI exposes
cortex mcp debug(McpSubcommand::Debug). The TUI registry registersmcp-authas its own slash but does not registermcp-debug, so users may not find a palette entry that matches the CLI’s debug command.Relevant code:
src/cortex-tui/src/commands/registry/builtin.rs(MCP registrations, approx. lines 566–600). CLI:src/cortex-cli/src/mcp_cmd/types.rs(Debug, approx. lines 55–56).Steps to Reproduce
cortex mcp --helpand notedebug./mcp-authto anydebugentry.Expected Behavior
Either
/mcp-debugaligned withcortex mcp debug, or help text stating that debug is CLI-only or only under interactive/mcp.Actual Behavior
No
/mcp-debugin the capture;/mcp-authis present.Additional Context
Screenshot: https://github.com/techforgeworks-sudo/images/blob/main/9_26.png
Environment: Windows, cortex CLI 0.0.7 + TUI.
System Information
Windows, cortex CLI 0.0.7 + TUI.