An mcp server that auto commits changes and creates commit message in the form of conventional commits (https://www.conventionalcommits.org/en/v1.0.0/)
The repository implements a Model Context Protocol (MCP) server designed to automatically generate commit messages based on Git changes. It uses a command-line interface (CLI) and environment variables for configuration. The design leverages OpenAI's GPT models for generating commit messages and the conventional commits format for structuring them.
TypeScript
9