From ebc797fa1b6c44631fb1f30eab502ecaa031c517 Mon Sep 17 00:00:00 2001 From: Mike Gehard Date: Sun, 1 Dec 2024 17:09:32 -0500 Subject: [PATCH] README change --- src/git/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/git/README.md b/src/git/README.md index caf01294..517533be 100644 --- a/src/git/README.md +++ b/src/git/README.md @@ -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