Skip to content

[BUG][v0.0.7] Inconsistent alias mention in Cortex mcp subcommand help #48561

@soundleeii

Description

@soundleeii

Project

cortex

Description

In Cortex mcp subcommand help, some commands mention aliases while others do not. Examples:

./release/Cortex mcp ls --help
List configured MCP servers (alias for list)

./release/Cortex mcp rm --help
Remove a global MCP server entry

ls explicitly mentions that it is an alias for list, but rm does not mention that it is an alias for remove. This inconsistency can confuse users about which commands are aliases.

Error Message

Debug Logs

System Information

OS: Ubuntu (as shown in screenshot)
Cortex version: 0.0.7

Screenshots

Image

Steps to Reproduce

  1. Run cortex mcp ls --help.
  2. Observe that it mentions “alias for list”.
  3. Run cortex mcp rm --help.
  4. Observe that it does not mention “alias for remove”.

Expected Behavior

All aliases should be consistently documented in the help text. For example, rm help should read:
Remove a global MCP server entry (alias for remove)

Actual Behavior

ls mentions its alias, but rm does not.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already existsideIssues related to IDE

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions