Commit Graph

25 Commits

Author SHA1 Message Date
4c57c37888 feat: add issue discussions support
Added `list_issue_discussions` tool to support GitLab issue discussions
similar to merge request discussions.
2025-05-20 15:45:23 +02:00
6f789692be feat: add docker image and push to dockerhub 2025-05-20 16:04:37 +09:30
353e62a401 refactor: rename add_merge_request_thread_note to create_merge_request_note for consistency 2025-05-13 16:52:17 -06:00
3f2b35535e feat: Implement add_merge_request_thread_note function for adding notes to existing MR threads 2025-05-13 16:20:21 -06:00
026dd58887 feat: Add create_merge_request_thread tool for diff notes
- Implement new tool for creating MR threads with positioning support
- Create schemas to handle diff notes with file and line number positions
- Support optional created_at timestamp parameter
- Update README with the new tool information
2025-05-13 15:45:43 -06:00
3a25e7c5e8 [main] docs: update README with detailed descriptions for merge request functions
📝 Details:
- Added clarifications for `get_merge_request`, `get_merge_request_diffs`, and `update_merge_request` functions.
- Introduced `get_repository_tree` function to the documentation.
2025-05-07 21:46:35 +09:00
95d8118ea5 [main] feat: README.md 도구 섹션 자동 업데이트 기능 추가
🚀 Breaking Changes:
- README.md의 도구 섹션이 자동으로 업데이트됩니다.

📝 Details:
- index.ts에서 도구 정보를 추출하여 README.md의 특정 섹션을 업데이트하는 스크립트 추가
- package.json에 도구 생성 스크립트 명령어 추가
2025-04-25 00:11:34 +09:00
340a5ffdc8 [main] feat: GitLab 위키 기능 활성화 설정 추가
🚀 Breaking Changes:
- GITLAB_READ_ONLY_MODE을 'false'로 변경
- USE_GITLAB_WIKI를 추가하여 위키 관련 도구 활성화

📝 Details:
- README.md에 새로운 환경 변수 설명 추가
2025-04-24 23:57:58 +09:00
e3300f099b docs: update README to include Cursor in usage section and clarify GITLAB_READ_ONLY_MODE environment variable details. Enhance security documentation for read-only mode. 2025-04-01 16:58:29 -04:00
43fe8308ce Merge pull request #25 from thomasleveil/list_group_projects
 Add `list_group_projects tool`
2025-03-31 18:00:44 +09:00
6b8d40bea2 Add list_group_projects tool
- Implemented `list_group_projects` function to list all projects in a GitLab group with various filtering options.
- Updated package dependencies, including `@modelcontextprotocol/sdk` to version 1.8.0 and `zod` to version 3.24.2.
2025-03-29 20:08:27 +01:00
8ab4227b69 Update README.md
fix descriptions of tools
2025-03-29 19:05:40 +01:00
044f443e20 Add Labels API support for GitLab projects 2025-03-18 15:13:40 -07:00
f54b815e23 Improve README documentation with more detailed tool descriptions 2025-03-18 03:03:45 -07:00
34c9d58fc6 Reformat README with beautiful table for MCP tools reference 2025-03-18 02:57:55 -07:00
782e0d2c2d README.md에서 기능 섹션 제거: 불필요한 정보 삭제 및 문서 간소화 2025-02-21 09:33:30 +09:00
db35efff4b README.md 및 index.ts 업데이트: 버그 수정 및 개선 사항 포함, 서버 이름 변경 2025-02-21 09:25:21 +09:00
f143ca0023 README.md 업데이트: 새로운 create_note 함수 추가 및 관련 스키마 정의 2025-02-20 05:52:20 +09:00
3629949627 README.md 업데이트: 기능 및 도구 섹션 추가, 설치 및 사용법 개선 2025-02-20 05:47:04 +09:00
e65ddc246f Merge pull request #2 from smithery-ai/smithery/config-fy90
Deployment: Dockerfile and Smithery config
2025-02-13 05:53:00 +09:00
61d0649781 Merge pull request #1 from punkpeye/patch-1
add MCP server badge
2025-02-13 05:52:46 +09:00
92e55595fd README.md 업데이트: Claude App 사용법에 Cline 및 Roo Code 추가, GitLab 서버 명령어 수정 2025-02-13 05:48:30 +09:00
0f9b84dcdf Update README 2025-02-13 00:02:14 +08:00
04733ba2ab add MCP server badge
This PR adds a badge for the [gitlab mcp](https://glama.ai/mcp/servers/7jwbk4r6d7) server listing in Glama MCP server directory.

<a href="https://glama.ai/mcp/servers/7jwbk4r6d7"><img width="380" height="200" src="https://glama.ai/mcp/servers/7jwbk4r6d7/badge" alt="gitlab mcp MCP server" /></a>

Glama performs regular codebase and documentation checks to:

* Confirm that the MCP server is working as expected
* Confirm that there are no obvious security issues with dependencies of the server
* Extract server characteristics such as tools, resources, prompts, and required parameters.

This badge helps your users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
2025-02-11 00:52:08 -06:00
d686f4e2d7 초기 설정 파일 추가: .gitignore, tsconfig.json, package.json 및 README.md 생성
Generated by Copilot
2025-02-11 10:36:57 +09:00