fix(mcp): register loopover_get_automation_state as a local stdio tool#7903
fix(mcp): register loopover_get_automation_state as a local stdio tool#7903RealDiligent wants to merge 1 commit into
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7903 +/- ##
===========================================
+ Coverage 58.78% 80.60% +21.81%
===========================================
Files 730 89 -641
Lines 74842 23385 -51457
Branches 22839 4515 -18324
===========================================
- Hits 43999 18849 -25150
+ Misses 27180 4358 -22822
+ Partials 3663 178 -3485
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Mirror the maintain-family registerStdioTool pattern (JSONbored#6382/JSONbored#7877) and reuse the same REST endpoint the existing `maintain automation-state` CLI already calls. Bump the stdio tool-count invariant to 83 (correcting the stale pin left after JSONbored#7887). Closes JSONbored#7752. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Caution 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-21 16:55:13 UTC
Review summary Nits — 5 non-blocking
CI checks failing
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.
|
|
LoopOver is closing this pull request on the maintainer's behalf (CI is failing (codecov/patch)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
…shot (#7917) * feat(mcp): add remote + stdio surfaces for loopover_get_registry_snapshot Mirror loopover_get_registry_changes on both the remote MCP server and local stdio wrapper. Cover found/not-found remotely and instrument the bin via the #7764 in-process exported-server pattern so codecov/patch sees the new lines (unlike bin-only #7903). Co-authored-by: Cursor <cursoragent@cursor.com> * fix(test): rewrite mcp-cli-activation-preview for post-#7764 in-process connect The StdioServerTransport mock deadlocks once another suite imports the bin first (runAsCliEntrypoint is false). Use exported server + InMemoryTransport like mcp-cli-plan-issues / registry-snapshot so validate-tests can share the module across shards. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
Summary
loopover_get_automation_stateas a local stdio MCP tool inpackages/loopover-mcp/bin/loopover-mcp.ts, mirroring the exactregisterStdioTool/ownerRepoShape/toolRepoBase/apiGetpattern of its maintain-family siblings (feat(mcp): register the maintain REST surface as local stdio tools #6382) and the recently mergedloopover_get_outcome_calibrationPR (feat(mcp): register loopover_get_outcome_calibration as a local stdio tool #7877).maintain automation-stateCLI subcommand already calls — no duplicated HTTP logic.mcp-cli-maintain-toolscoverage (fixture already served/automation-state) and bumps the stdio tool-count invariant to 83 (main's pin was stale at 81 after feat(mcp): add remote + stdio tool surfaces for loopover_get_activation_preview #7887; live was 82).Closes #7752.
Preflight (closed-PR failure modes checked)
bin/*.tsorigin/mainbefore openTest plan
npm run build:mcpvitest run test/unit/mcp-cli-maintain-tools.test.ts test/unit/mcp-tool-rename-aliases.test.ts— 29/29 pass