-
Notifications
You must be signed in to change notification settings - Fork 30
[BUG][v0.0.7] Inconsistent alias mention in Cortex mcp subcommand help #48561
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsideIssues related to IDEIssues related to IDE
Description
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 entryls 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.7Screenshots
Steps to Reproduce
- Run
cortex mcp ls --help. - Observe that it mentions “alias for list”.
- Run
cortex mcp rm --help. - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsideIssues related to IDEIssues related to IDE