UNPKG

@therealchristhomas/gitlab-mcp-server

Version:
69 lines (68 loc) 1.68 kB
{ "name": "@therealchristhomas/gitlab-mcp-server", "version": "1.5.2", "description": "MCP Server for GitLab API operations", "type": "module", "main": "./dist/src/index.js", "bin": { "gitlab-mcp": "./dist/src/index.js" }, "scripts": { "build": "shx rm -rf dist && tsc && shx chmod +x dist/src/*.js", "prepare": "npm run build", "dev": "node --loader ts-node/esm src/index.ts", "watch": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.2", "@types/node-fetch": "^2.6.11", "node-fetch": "^2.7.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^22.9.1", "jest": "^29.7.0", "jest-environment-node": "^29.7.0", "shx": "^0.3.4", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "files": [ "dist/src/**/*", "README.md", "package.json" ], "keywords": [ "mcp", "gitlab", "api", "server", "model-context-protocol", "git", "repository", "issue-management", "merge-requests", "labels", "milestones", "group-milestones", "groups", "search", "project-management" ], "author": "Chris Thomas", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/therealchristhomas/gitlab-mcp-server.git" }, "bugs": { "url": "https://github.com/therealchristhomas/gitlab-mcp-server/issues" }, "homepage": "https://github.com/therealchristhomas/gitlab-mcp-server#readme" }