Compare commits

..

10 Commits

Author SHA1 Message Date
0aa5e5a30e test: check if tests pass without MCP startup test 2025-05-30 00:10:06 +09:00
e967bb51c8 feat: trigger workflow with GITLAB_PERSONAL_ACCESS_TOKEN 2025-05-30 00:04:26 +09:00
5c67d68be4 feat: trigger workflow after jq fix 2025-05-29 23:58:46 +09:00
435c8f1223 feat: trigger workflow after fix 2025-05-29 23:55:37 +09:00
940902de73 Merge remote-tracking branch 'origin/main' into test/20250529 2025-05-29 23:47:21 +09:00
9aef7f43c4 Merge pull request #62 from zereight/fix/github-actions-syntax
Fix GitHub Actions workflow syntax errors
2025-05-29 23:44:35 +09:00
6d6110c78b fix: GitHub Actions workflow syntax errors
- Remove unsupported default value syntax from secrets
- Fix startup_failure error in PR validation workflow
2025-05-29 23:38:20 +09:00
7acdff90ef feat: trigger workflow run 2025-05-29 23:33:19 +09:00
a2760f0aea [main] chore: update version to 1.0.51
🚀 Breaking Changes:
- Updated package version from 1.0.50 to 1.0.51
2025-05-29 23:28:43 +09:00
37203bae5a [main] docs: update README to remove automated testing section 📝
🚀 Breaking Changes:
- Removed details about automated testing setup and GitHub Actions.
2025-05-29 23:25:50 +09:00
2 changed files with 1 additions and 15 deletions

View File

@ -8,20 +8,6 @@ GitLab MCP(Model Context Protocol) Server. **Includes bug fixes and improvements
<a href="https://glama.ai/mcp/servers/7jwbk4r6d7"><img width="380" height="200" src="https://glama.ai/mcp/servers/7jwbk4r6d7/badge" alt="gitlab mcp MCP server" /></a>
## 🚀 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

View File

@ -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",