[main] feat: GitLab 위키 API 기능 추가

🚀 Breaking Changes:
- 새로운 위키 페이지 관련 API 추가
- USE_GITLAB_WIKI 환경 변수에 따라 위키 도구 활성화/비활성화 가능

📝 Details:
- 위키 페이지 목록 조회, 특정 페이지 조회, 페이지 생성, 업데이트 및 삭제 기능 구현
- 관련 스키마 추가 및 패키지 종속성 업데이트
This commit is contained in:
simple
2025-04-24 23:53:24 +09:00
parent 06e9f0225d
commit 42419bae24
3 changed files with 240 additions and 2 deletions

View File

@ -23,6 +23,7 @@
},
"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",