Skip to main content
Glama

AiDD MCP Server

by skydeckai

git_show

Retrieve detailed information about a specific commit, including changes introduced, by specifying the repository path and revision. Supports AI-assisted development workflows securely.

Instructions

Shows the contents of a commit. Returns detailed information about a specific commit including the changes it introduced. Repository must be within the allowed directory.

Input Schema

NameRequiredDescriptionDefault
repo_pathYesPath to git repository
revisionYesThe revision (commit hash, branch name, tag) to show

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "description": "Path to git repository", "type": "string" }, "revision": { "description": "The revision (commit hash, branch name, tag) to show", "type": "string" } }, "required": [ "repo_path", "revision" ], "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