forgejo-mcp/tools/issue
Ronmi Ren 94771855e5 Fix string to array conversion in list_issues tool
Previously, when filtering issues by labels or milestones, the tool
incorrectly wrapped the entire comma-separated string in an array
instead of splitting it. This caused filters like "bug,enhancement"
to be treated as a single label ["bug,enhancement"] rather than
two separate labels ["bug", "enhancement"].

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 13:54:30 +08:00
..
attach.go Implement Issue Labels + Attachments handlers with Client dependency 2025-08-05 03:28:47 +08:00
comment.go Implement Issue Labels + Attachments handlers with Client dependency 2025-08-05 03:28:47 +08:00
crud.go Fix string to array conversion in list_issues tool 2025-08-05 13:54:30 +08:00
dep.go Implement Issue Dependencies handlers with Client dependency 2025-08-05 03:29:57 +08:00
label.go Implement Issue Labels + Attachments handlers with Client dependency 2025-08-05 03:28:47 +08:00