Commit Graph

227 Commits

Author SHA1 Message Date
e4a28a9a47 버전 1.0.39로 업데이트 v1.0.39 2025-05-20 18:34:05 +09:00
9f1e7b5bca Merge pull request #42 from vlucaswang/feat/add-docker
feat: add docker image and push to dockerhub
2025-05-20 18:32:19 +09:00
f37e210ee8 Merge pull request #41 from kamibayashi/fixed_resolve_outdated_diff_discussions_nullable
fixed resolve_outdated_diff_discussions nullable
2025-05-20 18:28:08 +09:00
6f789692be feat: add docker image and push to dockerhub 2025-05-20 16:04:37 +09:30
1bb70dccb9 fixed resolve_outdated_diff_discussions nullable 2025-05-19 17:18:01 +09:00
676bbcd4dd docs: add release-notes.md 2025-05-17 15:41:14 +09:00
0bb59a3217 Bump version v1.0.38 2025-05-17 15:38:18 +09:00
b908f03801 Merge pull request #40 from huerlisi/fix/discussion-enum
fix: add `expanded` to `start` and `end` for GitLabDiscussionNoteSchema
2025-05-17 15:36:11 +09:00
5024a2a5af fix: add expanded to start and end for GitLabDiscussionNoteSchema 2025-05-16 21:36:21 +02:00
d2cced1b38 Bump version v1.0.37 2025-05-15 10:53:14 +09:00
2fec95d469 Merge pull request #38 from ncrum/feat/merge-request-note
Adds threaded comment support for merge requests
2025-05-15 10:51:48 +09:00
3565d1b397 Merge pull request #37 from ncrum/fix/resolve-notes
Support resolving merge request discussion notes
2025-05-15 10:50:39 +09:00
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
bde83c0a91 feat: support resolving merge request notes 2025-05-13 14:54:05 -06:00
08ab1357a0 feat: Decode project_id for GitLab API calls
- Decode project_id using decodeURIComponent() in relevant helper functions.
- This resolves API call issues related to project ID encoding differences between models.
- Updated CHANGELOG for 1.0.36 and added thanks to Aubermean.
v1.0.36
2025-05-13 02:20:59 +09:00
651072dfd7 [main] chore: update version to 1.0.35 🚀
📝 Details:
- Incremented package version from 1.0.34 to 1.0.35
2025-05-13 01:53:10 +09:00
bf250b0d88 [main] refactor: update label_id schema to use string type
🚀 Breaking Changes:
- label_id now requires a string type instead of a union of number and string.

📝 Details:
- Improved consistency in schema definitions for label handling.
2025-05-13 01:53:00 +09: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.
v1.0.34
2025-05-07 21:46:35 +09:00
23a9bbc728 [main] chore: update version to 1.0.34
🚀 Breaking Changes:
- Updated package version from 1.0.33 to 1.0.34
2025-05-07 21:45:59 +09:00
5398526f94 Merge pull request #35 from BobMerkus/feat/list-repository
feat: Gitlab list repository tree tool
2025-05-07 21:45:35 +09:00
Bob
bccd5f29c3 feat: Gitlab list repository tree tool 2025-05-07 14:11:37 +02:00
8071fef6c4 [main] chore: package.json 버전 1.0.33으로 업데이트
🚀 Breaking Changes:
- 없음
2025-05-01 08:33:56 +09:00
f0eac83788 Merge pull request #34 from nkaewam/main
feat: support search by branch for get_merge_request
2025-05-01 08:33:29 +09:00
7b8cbc0806 fix: rename to source branch 2025-04-30 15:44:21 +07:00
20f62756c1 feat: support search by branch for get_merge_request 2025-04-30 15:41:51 +07:00
95d8118ea5 [main] feat: README.md 도구 섹션 자동 업데이트 기능 추가
🚀 Breaking Changes:
- README.md의 도구 섹션이 자동으로 업데이트됩니다.

📝 Details:
- index.ts에서 도구 정보를 추출하여 README.md의 특정 섹션을 업데이트하는 스크립트 추가
- package.json에 도구 생성 스크립트 명령어 추가
1.0.32
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
152dc1c984 [main] chore: bump version to 1.0.32 🔧
🚀 Breaking Changes:
- 버전이 1.0.31에서 1.0.32로 업데이트되었습니다.
2025-04-24 23:54:12 +09:00
42419bae24 [main] feat: GitLab 위키 API 기능 추가
🚀 Breaking Changes:
- 새로운 위키 페이지 관련 API 추가
- USE_GITLAB_WIKI 환경 변수에 따라 위키 도구 활성화/비활성화 가능

📝 Details:
- 위키 페이지 목록 조회, 특정 페이지 조회, 페이지 생성, 업데이트 및 삭제 기능 구현
- 관련 스키마 추가 및 패키지 종속성 업데이트
2025-04-24 23:53:24 +09:00
06e9f0225d [main] feat: merge request 토론 항목 이름 변경
🚀 Breaking Changes:
- "list_merge_request_discussions"에서 "mr_discussions"로 이름 변경
2025-04-24 22:34:06 +09:00
2ca34a6b34 [main] chore: bump version to 1.0.31
🚀 Breaking Changes:
- 패키지 버전이 1.0.30에서 1.0.31로 변경되었습니다.
2025-04-24 21:07:13 +09:00
f562cd65ef Merge pull request #33 from josephfinlayson/main
feat: Implement proxy configuration for HTTP/HTTPS/SOCKS
2025-04-24 21:06:43 +09:00
7c2578fd4b feat: Implement proxy configuration for HTTP/HTTPS/SOCKS 2025-04-24 09:29:15 +02:00
ac4056370b chore: add MIT License file 2025-04-15 01:35:28 +09:00
dd8311717c chore: bump version to 1.0.30 in package.json 2025-04-07 03:10:49 +09:00
11685d7a90 fix: improve error handling for GitLab API rate limit exceeded 2025-04-07 03:10:33 +09:00
a7a8149008 chore: bump version to 1.0.29 in package.json and package-lock.json 2025-04-05 22:21:25 +09:00
6858e1cf4a chore: bump version to 1.0.27 and update deploy script for public access 2025-04-05 20:59:15 +09:00
c69f8416ac chore: bump version to 1.0.25 2025-04-02 11:22:49 +09:00
440a47404f Merge pull request #29 from gerbal/feat/read-only-mode
feat: Add read-only mode support
2025-04-02 11:22:04 +09:00
1e143291c0 chore: bump version 2025-04-01 16:59:51 -04: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
5e93e273f8 chore: revert logging change 2025-04-01 16:54:29 -04:00
7be17b7afc feat: add read-only mode support via GITLAB_READ_ONLY_MODE environment variable
Adds a configurable read-only mode that can be enabled by setting GITLAB_READ_ONLY_MODE=true.
When enabled, only read operations are exposed to clients, improving security for sensitive GitLab
instances. The server logs whether it's running in read-only mode and displays the count of
available tools. Also fixes stdio handling to properly support MCP protocol communication.
2025-04-01 16:48:08 -04:00
61ee1244f4 build: test-note.js 파일 삭제 2025-04-02 00:12:24 +09:00
2235953426 Dockerfile 삭제 및 .gitignore에 build 디렉토리 추가 2025-04-02 00:12:14 +09:00
cd686966ef Remove debug logging for GitLab API URL construction 2025-04-01 15:17:42 +09:00
f6076d3702 Bump version to 1.0.24 2025-04-01 15:16:09 +09:00