hermes - 💡(How to fix) Fix hermes mcp add lacks non-interactive flag [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Problem

hermes mcp add always prompts interactively after discovering tools: "Enable all N tools? [Y/n/select]"

No way to bypass this from CLI flags. Breaks shell scripts, cron jobs, CI/CD.

Proposed Solution

Add --yes/-y flag to auto-enable all discovered tools without prompting. Mirrors pip install -y, apt-get -y, hermes claw migrate --yes.

Relevant Code

  • Prompt: hermes_cli/mcp_config.py:370-373
  • Argparse: hermes_cli/main.py:11406-11430

The change: read args.yes in cmd_mcp_add(), skip input() when true.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING