A lightweight MCP server for generating git commit message summaries using OpenAI. Built with the mcp-go framework, this tool enables developers to analyze repository commit histories by filtering commits by date range and author, then generating human-readable markdown summaries that highlight key changes and their business impact. The implementation focuses on providing a streamlined, developer-friendly approach to understanding project evolution through commit message analysis.
No reviews yet. Be the first to review!
Sign in to join the conversation
Generates summaries of git commit messages using OpenAI. Parameters: repo_url (string, required), branch (string, required), start_date (string, required), end_date (string, optional), author (string, required), api_key (string, required)