git MCP server

git_diff_unstaged

Identify unstaged changes in a Git working directory by specifying the repository path. Use this tool to track modifications not yet prepared for the next commit.

Instructions

Shows changes in the working directory that are not yet staged

Input Schema

NameRequiredDescriptionDefault
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "GitDiffUnstaged", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae