Skip to main content
Glama

mcp-server-gitlab

ci.yml731 B
name: CI on: push: branches: [ main, master ] pull_request: branches: [ main, master ] jobs: test: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: '18.19.0' - name: Create .env file run: echo -e "GITLAB_TOKEN=glpat-xxx\nGITLAB_API_URL=https://gitlab.xxx.com" > .env - name: Install dependencies run: npm install # 注意:单元测试已重构,不再依赖环境变量 # 所有的 API 调用都应当被模拟 - name: Build project run: npm run build - name: Run tests run: npm test

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZephyrDeng/mcp-server-gitlab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server