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 tool surfaces for loopover_get_repo_focus_manifest
Register loopover_get_repo_focus_manifest as a remote MCP tool (src/mcp/server.ts)
and a local stdio MCP tool (packages/loopover-mcp/bin), mirroring the two-surface
loopover_get_maintainer_noise shape but replicating the GET
/v1/repos/:owner/:repo/focus-manifest route's own auth: requireRepoAccess (the
read-level maintainer/owner/operator + session-repo-access mirror), not the
stricter requireRepoApprovalQueueAccess. Read-only: no refresh/PUT tool, no new
REST route, no new human CLI verb.
Closes#7808
description: "Return the repo's maintainer activation preview: a deterministic run of the advisory engine over recent PRs (evaluated/with-findings counts, distinct finding codes, per-PR samples, current review-check mode, and the single recommended next action). Maintainer-authenticated; advisory only.",
988
988
},
989
+
{
990
+
name: "loopover_get_repo_focus_manifest",
991
+
category: "maintainer",
992
+
description: "Return a repo's own persisted focus manifest plus its compiled policy. Same as GET /v1/repos/:owner/:repo/focus-manifest; read-only, maintainer-authenticated.",
description: "Return a repo's own persisted focus manifest plus its compiled policy. Same as GET /v1/repos/:owner/:repo/focus-manifest; read-only, maintainer-authenticated.",
0 commit comments