GitHub MCP Server
by asbloom-py
create_pull_request
Create a new pull request in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base | Yes | The name of the branch you want the changes pulled into | |
body | No | Pull request body/description | |
draft | No | Whether to create the pull request as a draft | |
head | Yes | The name of the branch where your changes are implemented | |
maintainer_can_modify | No | Whether maintainers can modify the pull request | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name | |
title | Yes | Pull request title |