Fix git_create_branch parameter documentation

Changed incorrect 'start_point' to correct 'base_branch' parameter.
The documented parameter didn't match the actual code implementation.
This commit is contained in:
UmakanthKaspa
2025-11-08 17:13:48 +00:00
committed by Koichi ITO
parent db28e2a75b
commit 5556c3a0f4

View File

@@ -70,7 +70,7 @@ Please note that mcp-server-git is currently in early development. The functiona
- Inputs:
- `repo_path` (string): Path to Git repository
- `branch_name` (string): Name of the new branch
- `start_point` (string, optional): Starting point for the new branch
- `base_branch` (string, optional): Base branch to create from (defaults to current branch)
- Returns: Confirmation of branch creation
10. `git_checkout`
- Switches branches