forgejo-mcp/tools
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
..
action Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00
issue Fix string to array conversion in list_issues tool 2025-08-05 13:54:30 +08:00
label Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00
milestone Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00
pullreq Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00
release Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00
repo Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00
wiki Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00
client.go Implement custom SDK client functions 2025-08-05 00:42:03 +08:00
client_actions.go Implement all custom API methods for unsupported endpoints 2025-08-05 01:20:47 +08:00
client_issue_attachments.go Implement all custom API methods for unsupported endpoints 2025-08-05 01:20:47 +08:00
client_issue_dependencies.go Implement all custom API methods for unsupported endpoints 2025-08-05 01:20:47 +08:00
client_test.go Implement all custom API methods for unsupported endpoints 2025-08-05 01:20:47 +08:00
client_wiki.go Implement all custom API methods for unsupported endpoints 2025-08-05 01:20:47 +08:00
helpers.go Refactor tools architecture to modular design 2025-08-04 20:54:38 +08:00
module.go Refactor tools architecture to modular design 2025-08-04 20:54:38 +08:00