AiDD MCP Server

git_status

Monitor the working tree status of a git repository, providing details on staged, unstaged, and untracked files. Ensures repository operations are within allowed directories for secure AI-assisted development workflows.

Instructions

Shows the working tree status of a git repository. Returns information about staged, unstaged, and untracked files. 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