Skip to content

[BUG][v0.0.7] TUI slash registry has no dedicated mcp-debug next to mcp-auth #53278

@BugH-00

Description

@BugH-00

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions