AiDD MCP Server

git_checkout

Switches branches. Checks out the specified branch. Repository must be within the allowed directory.

Input Schema

NameRequiredDescriptionDefault
branch_nameYesName of branch to checkout
repo_pathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "branch_name": { "description": "Name of branch to checkout", "type": "string" }, "repo_path": { "description": "Path to git repository", "type": "string" } }, "required": [ "repo_path", "branch_name" ], "type": "object" }