GitHub MCP Server
by asbloom-py
create_branch
Create a new branch in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | Yes | Name for the new branch | |
from_branch | No | Optional: source branch to create from (defaults to the repository's default branch) | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name |