Skip to main content
Glama

Git Prompts MCP Server

by ceshine

git-commit-messages

Retrieve commit messages between a specified ancestor commit and the current HEAD to review changes and understand code evolution.

Instructions

Get commit messages between the ancestor and HEAD

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