mcp-server-auto-commit

TypeScript

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/)

Agent Frameworks
Developer Tooling
Function Calling

Architecture and Design Patterns

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.

About

Language

TypeScript

Stars

9

Categories

Agent FrameworksDeveloper ToolingFunction Calling