Release Notes MCP Server

analyze_commits

Analyze GitHub repository commits to extract statistics, organize changes by type, and generate comprehensive insights for release notes.

Instructions

Analyze commits and provide statistics

Input Schema

NameRequiredDescriptionDefault
commitRangeNo
ownerYes
repoYes
timeRangeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commitRange": { "additionalProperties": false, "properties": { "fromCommit": { "type": "string" }, "toCommit": { "type": "string" } }, "type": "object" }, "owner": { "type": "string" }, "repo": { "type": "string" }, "timeRange": { "additionalProperties": false, "properties": { "from": { "type": "string" }, "to": { "type": "string" } }, "type": "object" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from Release Notes MCP Server

Related Tools

ID: c9dg9z23rx