| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks for working on this — native stacked-PR support would be genuinely useful for us. We use agents to maintain dependent, reviewable PRs in a monorepo and currently have to mark and resynchronise GitHub stacks manually. I tested this branch against current main and compared it with GitHub’s published Stacked Pull Requests REST API. It looks like it now needs rebasing and some API updates:
I’d be happy to help rebase and update this. Would the author and maintainers prefer contributions to this branch, or a replacement PR preserving attribution? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Adds 5 new MCP tools (get_stack, list_stacks, link_stack, update_stack, dissolve_stack) to the pull_requests toolset to support native GitHub Stacked PRs.
Why
Agents managing stacked/dependent PRs currently lack a first-class way to discover, create, update, and dissolve native GitHub Stacked PR objects via MCP without needing host gh CLI access.
Fixes #2905
What changed
MCP impact
Added get_stack, list_stacks, link_stack, update_stack, and dissolve_stack tools under the pull_requests toolset.
Prompts tested (tool changes only)
Security / limits
Requires standard repo OAuth scope matching other pull request management tools.
Tool renaming
Lint & tests
Added unit tests covering tool definitions, input schemas, and HTTP API execution handlers.
Docs
Updated toolset instructions for pull_requests.