GitLab MCP Server

{ "name": "custom-gitlab-server", "version": "1.0.0", "description": "Custom GitLab MCP Server implementation", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "gitlab", "mcp", "modelcontextprotocol" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "node-fetch": "^3.3.2", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.3" } }