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_pr_maintainer_packet (#7926)
Mirror loopover_get_pr_reviewability's owner/repo/number shape and mcp allowlist
gate, assembling the same buildPullRequestMaintainerPacket + attachDataQuality
path as the REST route. Cover forbidden/found remotely and instrument the bin
via the #7764 in-process exported-server pattern for codecov/patch.
Closes#7802
Co-authored-by: Cursor <cursoragent@cursor.com>
description: "Return the reviewability report for an open PR: how ready it is to review/merge, the blocking or advisory signals against it, and its lane/duplicate/linked-issue context. Metadata-only, no GitHub writes.",
972
972
},
973
+
{
974
+
name: "loopover_get_pr_maintainer_packet",
975
+
category: "review",
976
+
description:
977
+
"Return the full maintainer packet for an open PR: triage context assembled from cached repo/PR/issue/review/check metadata, wrapped with data-quality. Metadata-only; takes owner, repo, and pull number.",
"Return the full maintainer packet for an open PR: triage context assembled from cached repo/PR/issue/review/check metadata, wrapped with data-quality. Metadata-only, repo-scoped, no GitHub writes.",
0 commit comments