Skip to main content
Glama

Git Prompts MCP Server

by ceshine

git-diff

Generate a diff between the current HEAD and a specified ancestor commit or branch to review code changes and understand modifications.

Instructions

Get a diff between the HEAD and the ancestor branch or commit

Input Schema

NameRequiredDescriptionDefault
ancestorYesThe ancestor commit hash or branch name

Input Schema (JSON Schema)

{ "properties": { "ancestor": { "description": "The ancestor commit hash or branch name", "title": "Ancestor", "type": "string" } }, "required": [ "ancestor" ], "type": "object" }

Other Tools from Git Prompts MCP Server

Related Tools

    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/ceshine/git-prompts-mcp-server'

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