fix(mcp): document LOOPOVER_LOGIN / GITHUB_LOGIN in loopover-mcp --help - #6052
Conversation
Fixes JSONbored#5930. Six subcommands (analyze-branch/preflight, review-pr, decision-pack, repo-decision, and agent plan/packet) resolve the GitHub login from `options.login ?? LOOPOVER_LOGIN ?? GITHUB_LOGIN` and error pointing at LOOPOVER_LOGIN, but the --help Environment block never listed it. Adds it to the block and a test asserting --help documents it.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6052 +/- ##
===========================================
+ Coverage 32.23% 95.22% +62.98%
===========================================
Files 593 593
Lines 46966 46972 +6
Branches 15010 15015 +5
===========================================
+ Hits 15141 44730 +29589
+ Misses 29382 1493 -27889
+ Partials 2443 749 -1694
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-15 08:04:38 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 3 non-blocking
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Fixes #5930.
Six subcommands (
analyze-branch/preflight,review-pr,decision-pack,repo-decision, and agentplan/packet) resolve the GitHub login fromoptions.login ?? process.env.LOOPOVER_LOGIN ?? process.env.GITHUB_LOGINand, when missing, throwPass --login <github-login> or set LOOPOVER_LOGIN.— but the--helpEnvironment:block never listedLOOPOVER_LOGIN.Adds
LOOPOVER_LOGIN or GITHUB_LOGIN(with the commands it applies to) to the Environment block, plus a test asserting--helpdocuments it. Test passes; typecheck clean.