GitLab MR Confluence Linker
Summary
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.
Available Actions(3)
fetch_mr_details
Fetches details of a specific merge request or all merge requests. Parameters: project_id (required), mr_id (optional)
analyze_code_changes
Analyzes code changes in a merge request. Parameters: project_id (required), mr_id (required)
store_in_confluence
Stores analysis results in Confluence. Parameters: project_id (required), mr_id (optional), analysis (optional)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论