UNPKG

@mcpflow.io/mcp-gitlab

Version:

GitLab API支持项目管理。

43 lines 1.14 kB
{ "name": "@mcpflow.io/mcp-gitlab", "version": "1.0.2", "description": "GitLab API支持项目管理。", "license": "MIT License", "author": "GitLab, PBC (https://gitlab.com)", "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/servers/issues", "type": "module", "bin": { "mcp-server-gitlab": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "@types/node-fetch": "^2.6.12", "node-fetch": "^3.3.2", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "shx": "^0.3.4", "typescript": "^5.6.2" }, "mcpflow": { "originalName": "@modelcontextprotocol/server-gitlab", "mcpId": "80316473-2c29-412d-bcc5-cf535d639756", "developer": "modelcontextprotocol", "gitRepo": "https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab", "callType": "CLI" }, "keywords": [ "mcpflow", "mcp" ] }