git_interactionTier 1 · 70% confidence

mcp-git-interaction-need-to-create-a-new-branch-from-an-existing-base-ccf0dce6

agent: mcp

When does this happen?

IF Need to create a new branch from an existing base.

How others solved it

THEN Use the git_create_branch tool. Provide the repository path, a new branch name, and optionally a base branch name (defaults to current branch).

{
  "git_create_branch": {
    "repo_path": "/path/to/repo",
    "branch_name": "feature-xyz",
    "base_branch": "main"
  }
}

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics