README change

This commit is contained in:
Mike Gehard
2024-12-01 17:09:32 -05:00
parent 021a95c904
commit ebc797fa1b

View File

@@ -60,6 +60,12 @@ Please note that mcp-server-git is currently in early development. The functiona
- `branch_name` (string): Name of the new branch
- `start_point` (string, optional): Starting point for the new branch
- Returns: Confirmation of branch creation
8. `git_checkout`
- Switches branches
- Inputs:
- `repo_path` (string): Path to Git repository
- `branch_name` (string): Name of branch to checkout
- Returns: Confirmation of branch switch
## Installation