Skip to content

Commit

Permalink
README change
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegehard committed Dec 1, 2024
1 parent cc4a686 commit dc70c02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ Please note that mcp-server-git is currently in early development. The functiona
- `max_count` (number, optional): Maximum number of commits to show (default: 10)
- Returns: Array of commit entries with hash, author, date, and message

8. `git_branch`
- Creates a new branch
- 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
- Returns: Confirmation of branch creation

## Installation

Expand Down

0 comments on commit dc70c02

Please sign in to comment.