docs: update release notes for v1.0.40 (2025-05-21)

This commit is contained in:
simple
2025-05-21 03:40:02 +09:00
parent 1350a024b5
commit b326f4c3c3
2 changed files with 5 additions and 6 deletions

View File

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

View File

@ -1,6 +1,5 @@
### Fixed ### 1.0.40 (2025-05-21)
- Added `expanded` property to `start` and `end` in `GitLabDiscussionNoteSchema` - Added support for listing discussions (comments/notes) on GitLab issues.
Now you can expand or collapse more information at the start and end of discussion notes. - Example: You can now easily fetch all conversations (comments) attached to an issue via the API.
Example: In code review, you can choose to show or hide specific parts of the discussion. - Related PR: [#44](https://github.com/zereight/gitlab-mcp/pull/44)
(See: [PR #40](https://github.com/zereight/gitlab-mcp/pull/40))