MRConfluenceLinker-mcp-server provides a bridge between GitLab merge requests and Confluence documentation, enabling AI assistants to fetch, analyze, and document code changes. The server offers tools to retrieve merge request details, perform code analysis (including file type breakdowns and change statistics), and automatically generate structured documentation in Confluence pages. Built with comprehensive error handling and detailed logging, it's particularly valuable for development teams who want to maintain up-to-date documentation of their code changes without leaving their conversation interface.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Fetches details of a specific merge request or all merge requests. Parameters: project_id (string), mr_id (optional string)
Analyzes code changes in a merge request. Parameters: project_id (string), mr_id (string)
Stores analysis results in Confluence. Parameters: project_id (string), mr_id (optional string), analysis (optional string)