diff --git a/README.md b/README.md index 376e87c..5b3dd5f 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,6 @@ GitLab MCP(Model Context Protocol) Server. **Includes bug fixes and improvements gitlab mcp MCP server -## 🚀 Automated Testing - -This project uses GitHub Actions for automated PR testing. All pull requests are automatically tested across multiple Node.js versions (18.x, 20.x, 22.x) with: - -- ✅ Build verification -- ✅ Type checking -- ✅ Code linting (ESLint) -- ✅ Code formatting (Prettier) -- ✅ API validation tests -- ✅ Docker build verification -- ✅ Security audit - -For integration testing setup, see [GitHub Secrets Setup Guide](docs/setup-github-secrets.md). - ## Usage ### Using with Claude App, Cline, Roo Code, Cursor diff --git a/package.json b/package.json index eeac290..b8441dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zereight/mcp-gitlab", - "version": "1.0.50", + "version": "1.0.51", "description": "MCP server for using the GitLab API", "license": "MIT", "author": "zereight",