AiDD MCP Server
by skydeckai
git_diff
Shows differences between branches or commits. Returns a unified diff format comparing current state with target. Repository must be within the allowed directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes | Path to git repository | |
target | Yes | Target branch or commit to compare with |
Input Schema (JSON Schema)
{
"properties": {
"repo_path": {
"description": "Path to git repository",
"type": "string"
},
"target": {
"description": "Target branch or commit to compare with",
"type": "string"
}
},
"required": [
"repo_path",
"target"
],
"type": "object"
}
You must be authenticated.
Other Tools
- get_allowed_directory
- write_file
- update_allowed_directory
- create_directory
- edit_file
- list_directory
- read_file
- read_multiple_files
- move_file
- git_checkout
- git_show
- search_files
- delete_file
- get_file_info
- directory_tree
- execute_code
- tree_sitter_map
- git_init
- git_status
- git_diff_unstaged
- git_diff_staged
- git_diff
- git_commit
- git_add
- git_reset
- git_log
- git_create_branch