[main] fix: description null error handling

📝 Details:
- GitLab issues/milestones의 null description 처리
- schemas.ts에서 description을 nullable로 변경
This commit is contained in:
simple
2025-05-27 12:25:31 +09:00
parent 06f9437329
commit f8b1444afd
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@zereight/mcp-gitlab",
"version": "1.0.45",
"version": "1.0.46",
"description": "MCP server for using the GitLab API",
"license": "MIT",
"author": "zereight",