Skip to content

Commit 2ab1085

Browse files
committed
README change
1 parent 0a74ee6 commit 2ab1085

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/git/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ Please note that mcp-server-git is currently in early development. The functiona
5353
- `max_count` (number, optional): Maximum number of commits to show (default: 10)
5454
- Returns: Array of commit entries with hash, author, date, and message
5555

56+
8. `git_branch`
57+
- Creates a new branch
58+
- Inputs:
59+
- `repo_path` (string): Path to Git repository
60+
- `branch_name` (string): Name of the new branch
61+
- `start_point` (string, optional): Starting point for the new branch
62+
- Returns: Confirmation of branch creation
5663

5764
## Installation
5865

0 commit comments

Comments
 (0)