Commit Graph

5 Commits

Author SHA1 Message Date
c28f36e81f Fix createNote function URL construction: use plural resource names and avoid duplicate /api/v4
This fix resolves two issues in the createNote function:

1. Use plural form for resource types (issues, merge_requests) in the URL path

2. Remove duplicate /api/v4 in URL construction, which caused 404 errors

These changes align with the GitLab API documentation and fix 404 errors when adding notes to issues or merge requests.
2025-03-17 14:38:56 -07:00
0471d4b2fa Added missing api url part to create_note 2025-02-25 13:06:24 +01: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
d686f4e2d7 초기 설정 파일 추가: .gitignore, tsconfig.json, package.json 및 README.md 생성
Generated by Copilot
2025-02-11 10:36:57 +09:00