You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mcp): add remote + stdio surfaces for loopover_get_gate_config_effective (#7928)
Mirror loopover_get_pr_reviewability auth (mcp read allowlist) and the REST
gate-config/effective shape on both remote MCP and local stdio. Cover empty /
populated / forbidden remotely and instrument the bin via the #7764 in-process
exported-server pattern so codecov/patch sees the new lines.
Closes#7800
Co-authored-by: Cursor <cursoragent@cursor.com>
"Return the currently-authoritative live gate thresholds for a repo (confidence floor and scope caps) as a field-limited snake_case AMS probe. Live override wins; soaking shadow fills in only when live is absent. Metadata-only; takes owner and repo.",
1000
1000
},
1001
+
{
1002
+
name: "loopover_get_gate_config_effective",
1003
+
category: "maintainer",
1004
+
description:
1005
+
"Return a repo's current effective self-tuned gate thresholds (confidenceFloor, scopeCap) plus whether a shadow override is soaking. Metadata-only; takes owner and repo.",
"Return a repo's current effective self-tuned gate thresholds (confidenceFloor, scopeCap) plus whether a shadow override is soaking. Metadata-only, repo-scoped, no GitHub writes.",
0 commit comments