Register the deepagents mcp command group.
The argparse subparsers object from the top-level CLI
parser, onto which the mcp command group is attached.
Factory that wraps a show_* callable into an
argparse.Action so -h/--help renders the hand-maintained
help screens from deepagents_cli.ui instead of argparse's
auto-generated text.