Project
cortex
Description
cortex mcp list --help documents --all as showing all servers including disabled ones. In practice, the human-readable listing path already prints every configured server and labels disabled entries with status = disabled. There is no code path that hides disabled servers when --all is omitted.
Result: default output and --all output are identical; the flag is no-op, which breaks user expectations and any automation that relied on “default = enabled only.”
Error Message
Debug Logs
System Information
OS: Windows 10 (reporter)
Component: cortex CLI 0.0.7 — `cortex mcp list`
Screenshots
https://github.com/springoliver/bounty_challenge_report_image/blob/main/53.mp4
Steps to Reproduce
- Configure at least one MCP server and disable it with
cortex mcp disable <name>.
- Run
cortex mcp list.
- Run
cortex mcp list --all.
- Compare the two outputs.
Expected Behavior
--all changes the result set relative to the default (per documented semantics), or help is updated to match actual behavior.
Actual Behavior
Disabled servers appear in both runs; --all does not change output.
Additional Context
No response
Project
cortex
Description
cortex mcp list --helpdocuments--allas showing all servers including disabled ones. In practice, the human-readable listing path already prints every configured server and labels disabled entries withstatus = disabled. There is no code path that hides disabled servers when--allis omitted.Result: default output and
--alloutput are identical; the flag is no-op, which breaks user expectations and any automation that relied on “default = enabled only.”Error Message
Debug Logs
System Information
OS: Windows 10 (reporter) Component: cortex CLI 0.0.7 — `cortex mcp list`Screenshots
https://github.com/springoliver/bounty_challenge_report_image/blob/main/53.mp4
Steps to Reproduce
cortex mcp disable <name>.cortex mcp list.cortex mcp list --all.Expected Behavior
--allchanges the result set relative to the default (per documented semantics), or help is updated to match actual behavior.Actual Behavior
Disabled servers appear in both runs;
--alldoes not change output.Additional Context
No response