feat(mcp): add loopover_get_repo_settings mirroring GET /repos/:owner/:repo/settings#9354
Conversation
…/:repo/settings Expose the raw effective maintainer settings row (resolveRepositorySettings) over MCP, the last unmirrored read in the settings / automation-state / gate-config-effective trio. Mirrors loopover_get_automation_state: same ownerRepoShape input, same maintainer-only repo-access boundary, thin GET proxy returning the resolver output unmodified. Categorized maintainer; no OpenAPI/schema regen needed.
|
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 #9354 +/- ##
==========================================
+ Coverage 75.38% 75.81% +0.43%
==========================================
Files 275 276 +1
Lines 58023 59218 +1195
Branches 6181 6417 +236
==========================================
+ Hits 43739 44899 +1160
- Misses 14014 14027 +13
- Partials 270 292 +22
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-27 14:00:18 UTC
Review summary Nits — 2 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionPartially addressed 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.
|
feat(mcp): add loopover_get_repo_settings mirroring GET /repos/:owner/:repo/settings
Expose the raw effective maintainer settings row (resolveRepositorySettings) over
MCP, the last unmirrored read in the settings / automation-state / gate-config-effective
trio. Mirrors loopover_get_automation_state: same ownerRepoShape input, same
maintainer-only repo-access boundary, thin GET proxy returning the resolver output
unmodified. Categorized maintainer; no OpenAPI/schema regen needed.
Closes #9297
Validation
Verified locally on this branch before opening:
npm run typechecknpx turbo run build:tsc build:verifynpm run test:coverage— patch coverage 100.0% of changed lines