Commit Graph

17 Commits

Author SHA1 Message Date
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