What's Changed
🚀 New Features
- List Merge Requests Tool - Added comprehensive merge request listing and filtering functionality by @jwang-sue in #56
🐛 Bug Fixes
- Fixed null
avatar_urlhandling in GitLabUserSchema by @svengt in #55 - Fixed null
illustrationhandling in GitLabPipelineSchema by @iwakitakuma33 in #58
📝 Details
New list_merge_requests tool (#56)
- List merge requests with comprehensive filtering options
- Filter by state, scope, author, assignee, reviewer, labels, and more
- Includes pagination support for large result sets
Schema fixes for better null handling
- Users without profile pictures no longer cause JSON-RPC errors (#55)
- Pipelines without illustrations are now properly handled (#58)
Contributors
Full Changelog: v1.0.46...v1.0.47