create_commit_message
Generate structured and validated commit messages from provided answers using the Commit Helper MCP server. Simplify commit creation by transforming user inputs into ready-to-use messages.
Instructions
Generate a commit message from a complete answers dictionary.
Args: answers_dict: Dictionary containing all answers to commit questions
Returns: Dict containing the generated message and validation status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
answers_dict | Yes |