feat(mcp): add remote + stdio surfaces for loopover_get_gate_config_effective#7925
feat(mcp): add remote + stdio surfaces for loopover_get_gate_config_effective#7925kai392 wants to merge 1 commit into
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
…ffective Closes JSONbored#7800: mirror REST gate-config/effective on remote MCP and local stdio with canAccessRepo/allowlist auth, declare outputSchema (JSONbored#550), and pin the stdio tool count 84→85. Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7925 +/- ##
===========================================
- Coverage 91.77% 80.80% -10.97%
===========================================
Files 731 90 -641
Lines 74887 24411 -50476
Branches 22847 4698 -18149
===========================================
- Hits 68726 19725 -49001
+ Misses 5083 4444 -639
+ Partials 1078 242 -836
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Caution 🛑 LoopOver review result - reject/close recommendedReview updated: 2026-07-21 18:32:43 UTC
Review summary Blockers
Nits — 6 non-blocking
Why this is blocked
📋 Copy for AI agents — paste into your coding agentCI 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); conflicts with the base branch — resolve and open a fresh PR; AI reviewers agree on a likely critical defect: codecov/patch failed at 29.41% vs the 99% target — significant chunks of the new registration/proxy code in packages/loopover-mcp/bin/loopover-mcp.ts and/or src/mcp/server.ts are apparently untested despite the two new test files, and this must be resolved (either genuine missing coverage or confirmed as a stale-branch artifact) before merge.). 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. |
Summary
loopover_get_gate_config_effectiveon the remote MCP server and local stdio bin (thin mirror ofGET /v1/repos/:owner/:repo/gate-config/effective).canAccessRepo/MCP_READ_REPO_ALLOWLISTboundary as PR reviewability; returns effective thresholds +shadowPending.outputSchemasomcp-output-schemas(chore(mcp): add outputSchema to tools that lack it #550) passes (fix for closed feat(mcp): add remote + stdio surfaces for loopover_get_gate_config_effective #7923).Scope
type(scope): short summaryConventional Commit format, for examplefix(api): restore profile access checks.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Closes #123) — a linked open issue is required for every contributor PR.Validation
git diff --checknpm run actionlintnpm run typecheckvitestmcp-output-schemas+mcp-gate-config-effective+mcp-cli-gate-config-effective+mcp-tool-rename-aliases;codecov/patchrequires ≥99% coverage of the lines AND branches you changed.npm run test:workersnpm run build:mcp(local)npm run test:mcp-packnpm run ui:openapi:checknpm run ui:lintnpm run ui:typechecknpm run ui:buildnpm audit --audit-level=moderateIf any required check was skipped, explain why:
build:mcp.Safety
UI Evidencesection below with JPG/JPEG or PNG screenshots arranged as organized, captioned, clickable thumbnails. SVG screenshots are not used as review evidence. Review-only screenshots or recordings are not committed to the repository.UI Evidence
N/A — MCP/API only; no visible UI changes.
Notes
outputSchemaon validate-tests.Made with Cursor