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
74bb384a37
Remove debug logging for API URL construction
2025-04-01 15:16:06 +09:00
bb8d553567
Bump version to 1.0.23
2025-03-31 19:12:04 +09:00
3c2f52c9f8
Merge pull request #26 from zereight/feature/fix-note
...
Add schemas for GitLab discussion notes and merge request discussions
2025-03-31 19:11:35 +09:00
8e0c0aedff
Add schemas for GitLab discussion notes and merge request discussions
2025-03-31 19:10:59 +09:00
a1d141f913
Bump version to 1.0.22
2025-03-31 18:01:18 +09:00
43fe8308ce
Merge pull request #25 from thomasleveil/list_group_projects
...
✨ Add `list_group_projects tool`
2025-03-31 18:00:44 +09:00
d0040484a9
Merge pull request #24 from thomasleveil/patch-1
...
Update README.md
2025-03-31 18:00:36 +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
422eb8a4bc
version up
2025-03-20 23:11:15 +09:00
b46491d043
Merge pull request #23 from lanesket/main
...
Fixed types for create_merge_request and get_merge_request tools.
2025-03-20 23:10:38 +09:00
5d1040141d
Build upd.
2025-03-20 14:25:52 +01:00
0e0b5c897e
Fixed types for create_merge_request and get_merge_request tools.
2025-03-20 14:09:01 +01:00
682515d8da
version up
2025-03-19 08:01:37 +09:00
5614479ded
Merge pull request #22 from chad-loder/pr/auth-naming-fixes
...
Authentication Header Consistency Fix
2025-03-19 08:01:18 +09:00
8b005e9528
Merge branch 'main' into pr/auth-naming-fixes
2025-03-18 15:39:37 -07:00
4c3138e373
Fix authentication method to use DEFAULT_HEADERS consistently in API calls
2025-03-18 15:33:35 -07:00
e88896115b
version up
2025-03-19 07:28:17 +09:00
af1c993d71
Merge pull request #21 from chad-loder/pr/labels-api-clean
...
Labels API Support
2025-03-19 07:27:45 +09:00
4c92fe553e
Fix authentication method in listProjects function to use DEFAULT_HEADERS
2025-03-18 15:13:54 -07:00
044f443e20
Add Labels API support for GitLab projects
2025-03-18 15:13:40 -07:00
08736b7670
version up
2025-03-18 20:02:13 +09:00
2cbd3ac076
Merge pull request #18 from chad-loder/readme-formatting
...
Improve README documentation with detailed tool descriptions
2025-03-18 20:01:41 +09:00
32fd054280
Merge pull request #17 from chad-loder/main
...
Implement GitLab Issues and Issue Links API
2025-03-18 20:01:05 +09: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
a4d7795a7a
Add compiled JavaScript files for Issue Links API schema fix
2025-03-18 02:51:44 -07:00