Skip to main content
Glama

AiDD MCP Server

by skydeckai

git_diff

Compare Git repository changes by generating unified diffs between the current state and a target branch or commit, ensuring the repository is within the allowed directory for analysis.

Instructions

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

NameRequiredDescriptionDefault
repo_pathYesPath to git repository
targetYesTarget 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/skydeckai/mcp-server-aidd'

If you have feedback or need assistance with the MCP directory API, please join our Discord server