[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,3 +1,14 @@
## [1.0.46] - 2025-05-27
### Fixed
- Fixed issue where GitLab issues and milestones with null descriptions would cause JSON-RPC errors
- Changed `description` field to be nullable with default empty string in schemas
- This allows proper handling of GitLab issues/milestones without descriptions
- See: [PR #53](https://github.com/zereight/gitlab-mcp/pull/53), [Issue #51](https://github.com/zereight/gitlab-mcp/issues/51)
---
## [1.0.45] - 2025-05-24
### Added

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",