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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Analyzes git commits and generates AI-powered summaries categorized by type. Parameters: repo_url (required), branch (required), start_date (required), end_date (optional), author (required), api_key (required). Output: Markdown summary with categorized bullet points (features, bugs, docs, etc.).
Fetches scientific papers using PubMed IDs or DOIs via dictyBase API. Parameters: id (required), id_type (required), provider (optional). Output: Formatted article metadata with title, authors, abstract, and citation data.
Converts Markdown to HTML with GitHub Flavored Markdown support. Parameters: content (required). Features: GFM, syntax highlighting, emoji, tables, YAML metadata.
Converts Markdown to PDF with professional formatting. Parameters: content (required), filename (optional). Output: PDF file with IBM Plex fonts and confirmation message.
Generates casual email drafts with customizable tone. Parameters: from (required), to (required). Output: Complete email draft with subject line and friendly, professional tone.