Commit Graph

59 Commits

Author SHA1 Message Date
68fea6a058 Merge upstream changes with Issues and Issue Links API enhancements 2025-03-18 02:18:44 -07:00
48d33ae990 Add GitLab Issue Links API support 2025-03-18 01:07:12 -07:00
1927a23684 Add GitLab Issues API enhanced support 2025-03-18 01:04:11 -07:00
82988bdf76 Add GitLab Projects API support 2025-03-18 00:51:09 -07:00
29cc6fbc28 Add GitLab Namespaces API support 2025-03-18 00:13:28 -07:00
69e217b357 Fix GitLab fork function parameter handling
- Made owner property optional in GitLabForkParentSchema

- Made forked_from_project property optional in GitLabForkSchema

- Improved error handling in fork_repository MCP handler
2025-03-18 00:01:23 -07:00
6cb8e559e0 Fix create_or_update_file parameter handling and schema validation
- Added support for both commit_id and last_commit_id parameters in createOrUpdateFile function

- Made commit_id optional in GitLabCreateUpdateFileResponseSchema to match GitLab API

- Implemented smart handling to extract commit IDs from existing files when updating

- Resolves zereight/gitlab-mcp#12
2025-03-17 23:29:36 -07:00
f143ca0023 README.md 업데이트: 새로운 create_note 함수 추가 및 관련 스키마 정의 2025-02-20 05:52:20 +09:00
d686f4e2d7 초기 설정 파일 추가: .gitignore, tsconfig.json, package.json 및 README.md 생성
Generated by Copilot
2025-02-11 10:36:57 +09:00