git_add
Add specific files to the staging area of a Git repository using the MCP protocol, enabling streamlined version control management through structured commands.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
files | Yes | Files to add to the staging area | |
repository_path | Yes | Path to the git repository |