Skip to content

Commit e4b5415

Browse files
committed
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.
1 parent 65994ca commit e4b5415

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)