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
fix(mcp): register loopover_get_automation_state as a local stdio tool
Mirror the maintain-family registerStdioTool pattern (#6382/#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 #7887).
Closes#7752.
Co-authored-by: Cursor <cursoragent@cursor.com>
description: "Set the autonomy level for one action class via a read-merge-write, so the other classes are left untouched. Same as `loopover-mcp maintain set-level <action> <level>`. Maintainer access required.",
1335
1335
},
1336
+
{
1337
+
name: "loopover_get_automation_state",
1338
+
category: "agent",
1339
+
description:
1340
+
"Return a repo's agent automation state: the per-action autonomy levels, kill-switch / dry-run mode, GitHub write-permission readiness, and how many auto_with_approval actions are awaiting a maintainer decision. Same as `loopover-mcp maintain automation-state`. Maintainer access required.",
0 commit comments