Implements an MCP server for managing and controlling models, with a tool for summarizing Git commit messages.
DCR is a Model Control Protocol (MCP) server implementation built using mcp-go. It provides a basic MCP server framework along with a Git Summary tool. This tool allows users to analyze commit messages from Git repositories within specified date ranges, filter by author, and generate concise, categorized summaries using OpenAI to enhance collaboration and understanding of project changes.
主な機能
010 GitHub stars
02Git commit message summarization using OpenAI
03Basic MCP server implementation
04Markdown formatted summary output
05Repository cloning from URL
06Commit filtering by date range and author
ユースケース
01Analyzing project commit history for progress tracking
02Summarizing contributions of specific team members