Deprecate shell command and hide from help output#243
Merged
Conversation
Hide both `mcpc shell @<session>` and `mcpc @<session> shell` from `--help` output, and print a deprecation warning to stderr when the command is invoked. The command itself still works. Also drop the `mcpc <target> shell` hint from the "Available commands" list shown by `mcpc @<session>` so we stop advertising it.
jancurn
pushed a commit
that referenced
this pull request
May 20, 2026
Resolves a README.md conflict from #243 (shell command deprecation) by adopting main's help block — the `shell <@session>` row is gone from `mcpc --help`. Also removes docs/vhs/shell.tape and its references from docs/vhs/README.md and docs/vhs/mcpc-demo.tape so the templates don't showcase a now-deprecated command. Refs #242, #243
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
Deprecates the
shellcommand (mcpc shell @<session>andmcpc @<session> shell) by hiding it from help output and adding a deprecation warning when invoked. The command will be removed in a future release.Changes
shellcommand variants are now marked as hidden in the CLI command definitions, removing them from--helpoutputshellcommand is invokedshell)shellfrom the "Available commands" section in server details outputshellis no longer listed in available commands and is not shown when a server has no capabilitiesImplementation Details
formatWarning()utility for consistent stylingshellwas available)mcpc shell @<session>) and session-level (mcpc @<session> shell) command variants are deprecated consistentlyhttps://claude.ai/code/session_01UvWPJHftasQatWBX7Uisbh