This tool is a custom implementation of the GitLab MCP (Model Context Protocol) server designed for enhanced integration with AI assistants like Claude. It addresses schema validation issues found in the standard GitLab MCP server, specifically for the `search_repositories` tool. With this server, AI assistants can search repositories, fetch file contents, create or update files, push multiple files in a single commit, create issues and merge requests, fork repositories, and create branches within a GitLab environment.
主要功能
01Fixes schema validation issues in the standard GitLab MCP server
02Enables pushing multiple files in a single commit
03Supports creating and updating files in GitLab
04Allows AI assistants to search GitLab repositories
05Provides tools for issue and merge request creation