feat(mcp): register loopover_list_notifications as a local stdio tool (#7761)#7965
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-22 00:15:44 UTC
Review summary Nits — 5 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
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://loopover.ai/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.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7965 +/- ##
===========================================
- Coverage 91.87% 81.79% -10.08%
===========================================
Files 735 91 -644
Lines 75474 23713 -51761
Branches 22960 4551 -18409
===========================================
- Hits 69340 19396 -49944
+ Misses 5042 4121 -921
+ Partials 1092 196 -896
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Summary
Registers loopover_list_notifications as a local stdio MCP tool (89 → 90), mirroring the existing remote tool + notifications CLI.
Reuses getNotifications → GET /v1/contributors/:login/notifications (no duplicated HTTP).
Handler is branch-free (no ?? / ?. / ternaries) to keep codecov/patch at ~100% after #7763 partials failures.
Closes #7761
Test plan
build:mcp + typecheck + branding-drift:check
vitest coverage: mcp-cli-list-notifications-tool, mcp-tool-rename-aliases (3 executable patch lines, all hit)
CI green including codecov/patch