README.md 및 index.ts 업데이트: 버그 수정 및 개선 사항 포함, 서버 이름 변경

This commit is contained in:
simple
2025-02-21 09:25:21 +09:00
parent 54e3e020c7
commit db35efff4b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
[![smithery badge](https://smithery.ai/badge/@zereight/gitlab-mcp)](https://smithery.ai/server/@zereight/gitlab-mcp) [![smithery badge](https://smithery.ai/badge/@zereight/gitlab-mcp)](https://smithery.ai/server/@zereight/gitlab-mcp)
GitLab MCP(Model Context Protocol) Server. GitLab MCP(Model Context Protocol) Server. **Includes bug fixes and improvements over the original GitLab MCP server.**
<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> <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>

View File

@ -56,7 +56,7 @@ import {
const server = new Server( const server = new Server(
{ {
name: "gitlab-mcp-server", name: "better-gitlab-mcp-server",
version: "0.0.1", version: "0.0.1",
}, },
{ {