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)
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación