Remove the duplicate MCP slash command alias - #859
Merged
Conversation
TheGreatAxios
commented
Sep 10, 2026
TheGreatAxios
left a comment
Collaborator
Author
There was a problem hiding this comment.
Skywalker · Comment
Removes the duplicate /mcps alias. /mcp remains the only slash command for the MCP overlay.
GitHub rejects self-approve on this PR. Verdict is still merge.
Residual findings: none
Waivers: none
TheGreatAxios
commented
Sep 10, 2026
TheGreatAxios
left a comment
Collaborator
Author
There was a problem hiding this comment.
Critic · Comment
No blocking or should-fix findings on origin/main..HEAD.
registerCommand now registers /mcp only. Typed /mcps is unknown. The built-in command test asserts the overlay for /mcp and that /mcps is unregistered. Docs and changelog match.
Hygiene this diff introduced: none.
TheGreatAxios
commented
Sep 10, 2026
TheGreatAxios
left a comment
Collaborator
Author
There was a problem hiding this comment.
Neckbeard · Comment
No blockers. Changelog-bucket and alias-policy nits only; do not apply.
The branch removes the extra name, updates the one doc that listed both, and asserts absence.
TheGreatAxios
deleted the
cl-7546-remove-duplicate-mcps-slash-command
branch
September 10, 2026 02:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/mcponly/mcpsis no longer registered as an alias for the same overlay/mcpcommandVerification
bun run typecheck,bun run build, andbun run testpassbun run checkexits 0bun test ./src/tui/commands/built-in.test.tspasses (32 tests)Fixes CL-7546