
🚀 Breaking Changes: - 새로운 위키 페이지 관련 API 추가 - USE_GITLAB_WIKI 환경 변수에 따라 위키 도구 활성화/비활성화 가능 📝 Details: - 위키 페이지 목록 조회, 특정 페이지 조회, 페이지 생성, 업데이트 및 삭제 기능 구현 - 관련 스키마 추가 및 패키지 종속성 업데이트
40 lines
942 B
JSON
40 lines
942 B
JSON
{
|
|
"name": "@zereight/mcp-gitlab",
|
|
"version": "1.0.31",
|
|
"description": "MCP server for using the GitLab API",
|
|
"license": "MIT",
|
|
"author": "zereight",
|
|
"type": "module",
|
|
"bin": "./build/index.js",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
|
|
"prepare": "npm run build",
|
|
"watch": "tsc --watch",
|
|
"deploy": "npm publish --access public"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "1.8.0",
|
|
"form-data": "^4.0.0",
|
|
"@types/node-fetch": "^2.6.12",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"node-fetch": "^3.3.2",
|
|
"socks-proxy-agent": "^8.0.5",
|
|
"zod-to-json-schema": "^3.23.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.10",
|
|
"typescript": "^5.8.2",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|