Git MCP Server
by Sheshiyer
bulk_action
Execute multiple Git operations in sequence. This is the preferred way to execute multiple operations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actions | Yes | Array of Git operations to execute in sequence | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) |