Release Notes MCP Server
릴리스 노트 서버
GitHub 저장소에서 멋진 릴리스 노트를 생성하는 MCP 서버입니다. 커밋을 효율적으로 가져와 유형별로 정리하고, 깔끔하고 읽기 쉬운 형식으로 표시합니다.
특징
🎯 날짜 또는 SHA별 스마트 커밋 필터링
📊 유형(기능, 수정 사항 등)별로 커밋을 그룹화합니다.
🔍 PR 데이터로 커밋을 강화합니다.
📈 자세한 통계 포함
🎨 이모티콘을 사용한 깔끔한 마크다운 서식
⚡ GitHub의
since매개변수를 사용한 효율적인 API 사용
Related MCP server: GitHub Releases MCP Server
설치
지엑스피1
용법
MCP 구성에 이 서버를 추가하세요:
{
"mcpServers": {
"release-notes": {
"command": "node",
"args": ["/path/to/release-notes-server/build/index.js"],
"env": {
"GITHUB_TOKEN": "your-github-token"
}
}
}
}사용 가능한 도구
릴리스 노트 생성
GitHub 저장소에 대한 릴리스 노트를 생성합니다.
매개변수:
{
"owner": string, // Repository owner
"repo": string, // Repository name
"commitRange": {
"fromCommit"?: string, // Starting commit SHA
"toCommit"?: string // Ending commit SHA
},
"format": {
"type": "markdown", // Output format
"groupBy": "type", // How to group commits
"includeStats": boolean // Include commit statistics
}
}예:
const result = await use_mcp_tool({
server_name: "release-notes",
tool_name: "generate_release_notes",
arguments: {
owner: "owner",
repo: "repo",
commitRange: {
fromCommit: "abc123" // Get commits from this SHA
},
format: {
type: "markdown",
groupBy: "type",
includeStats: true
}
}
});출력 형식
생성된 릴리스 노트에는 다음이 포함됩니다.
생성 날짜 및 통계가 포함된 헤더
커밋 유형별로 그룹화된 섹션:
🚀 특징
🐛 수정 사항
📚 문서
⚡ 성능
♻️ 리팩토링
🧪 테스트
🏗️ 빌드
🔧 기타
다음을 포함한 자세한 통계:
총 커밋 수
주요 변경 사항
유형별 커밋
작성자별 커밋
환경 변수
GITHUB_TOKEN: 저장소 접근 권한이 있는 GitHub 개인 액세스 토큰
구현 세부 사항
서버는 다음을 통해 효율적인 커밋 페칭을 구현합니다.
가능한 경우 API 호출을 줄이기 위해 GitHub의
since매개변수를 사용합니다.필요할 때 SHA 기반 필터링으로 복귀
페이지 매김을 올바르게 처리하기
릴리스 노트에 대한 최신 순서 우선 유지
PR 데이터가 있는 경우 커밋을 강화합니다.
특허
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceGenerates commit messages, PR titles and descriptions, and release notes from git changes, with automatic domain detection for appropriate PR templates.10141MIT
- AlicenseBqualityDmaintenanceProvides tools for accessing, comparing, and analyzing GitHub repository releases with rich formatting and detailed information.5263ISC
- AlicenseNot gradedqualityDmaintenanceConverts raw GitHub notes into polished Polish release notes, PR descriptions, and changelogs using predefined workflows.MIT
- AlicenseAqualityCmaintenanceTurns raw GitHub commit history into a categorized, human-readable changelog directly inside Claude or any MCP-compatible client.3MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickbaumann98/release-notes-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server