{ "annotations": { "title": "Update pull request branch" }, "description": "Update the branch of a pull request with the latest changes from the base branch.", "inputSchema": { "type": "object", "required": [ "owner", "repo", "pullNumber" ], "properties": { "expectedHeadSha": { "type": "string", "description": "The expected SHA of the pull request's HEAD ref" }, "owner": { "type": "string", "description": "Repository owner" }, "pullNumber": { "type": "number", "description": "Pull request number" }, "repo": { "type": "string", "description": "Repository name" } } }, "name": "update_pull_request_branch" }