We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a74ee6 commit 2ab1085Copy full SHA for 2ab1085
src/git/README.md
@@ -53,6 +53,13 @@ Please note that mcp-server-git is currently in early development. The functiona
53
- `max_count` (number, optional): Maximum number of commits to show (default: 10)
54
- Returns: Array of commit entries with hash, author, date, and message
55
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
63
64
## Installation
65
0 commit comments