AiDD MCP Server

git_diff_unstaged

View unstaged changes in a Git repository using unified diff format. Specify the repository path to analyze modifications before staging for commit, enhancing development workflows.

Instructions

Shows changes in working directory not yet staged for commit. Returns a unified diff format of all unstaged changes. Repository must be within the allowed directory.

Input Schema

NameRequiredDescriptionDefault
repo_pathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "description": "Path to git repository", "type": "string" } }, "required": [ "repo_path" ], "type": "object" }
ID: mpixtij6se