Skip to content

Commit 6f07d5f

Browse files
authored
Merge pull request #2971 from UmakanthKaspa/fix-git-create-branch-docs
Fix git_create_branch parameter documentation
2 parents db28e2a + 5556c3a commit 6f07d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Please note that mcp-server-git is currently in early development. The functiona
7070
- Inputs:
7171
- `repo_path` (string): Path to Git repository
7272
- `branch_name` (string): Name of the new branch
73-
- `start_point` (string, optional): Starting point for the new branch
73+
- `base_branch` (string, optional): Base branch to create from (defaults to current branch)
7474
- Returns: Confirmation of branch creation
7575
10. `git_checkout`
7676
- Switches branches

0 commit comments

Comments
 (0)