AiDD MCP Server

git_reset

Unstages all staged changes. Removes all files from the staging area. 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" }