feat(mcp): add CLI mirror for loopover_explain_gate_disposition#6941
feat(mcp): add CLI mirror for loopover_explain_gate_disposition#6941bohdansolovie wants to merge 1 commit into
Conversation
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-17 14:39:20 UTC
Flagged checks (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.
|
|
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 #6941 +/- ##
=======================================
Coverage 89.35% 89.35%
=======================================
Files 685 685
Lines 68364 68364
Branches 18727 18727
=======================================
+ Hits 61088 61090 +2
+ Misses 5517 5511 -6
- Partials 1759 1763 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Export buildGateDispositions from @loopover/engine and register the stdio tool as a metadata-only /v1/local/branch-analysis proxy that reshapes predictedGate into per-rule dispositions, matching the remote MCP tool. Closes JSONbored#6740 Co-authored-by: Cursor <cursoragent@cursor.com>
2722e64 to
df28735
Compare
|
LoopOver detected this pull request has been converted to draft 3 times — repeatedly cycling between ready and draft to solicit review feedback without a real one-shot attempt is not allowed. Please open a new pull request with the issues addressed. |
Summary
buildGateDispositions/GateDispositioninto@loopover/engineand wiresregisterStdioTool("loopover_explain_gate_disposition")as a metadata-only/v1/local/branch-analysisproxy (same path asloopover_predict_gate).Closes #6740
Scope
Validation
npm run build --workspace @loopover/enginenpm run test -- test/unit/mcp-tool-rename-aliases.test.ts test/unit/mcp-cli-plan-scorer-tools.test.ts test/unit/mcp-explain-gate-disposition.test.tsSafety
.loopover.ymlboundary asloopover_predict_gateNote
Prior attempt #6935 was auto-closed when shard 3 failed the hardcoded 70-tool count before this bump landed.