forgejo-mcp/tools/issue
Ronmi Ren dc0dad3128 feat: add since and before time filters to list_repo_issues tool
Adds RFC 3339 timestamp filtering parameters to enable time-based issue queries.
This supports the use case of "show me recent issues and commits to analyze project progress and development efficiency".

Changes:
- Add Since and Before fields to ListRepoIssuesParams (*string type)
- Update JSON schema definition with date-time format validation
- Implement time parsing and validation in Handler method
- Pass parsed timestamps to Forgejo SDK ListIssueOption

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 17:14:38 +08:00
..
attach.go refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
comment.go refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
crud.go feat: add since and before time filters to list_repo_issues tool 2025-08-14 17:14:38 +08:00
dep.go refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
doc.go Add package documentation for all subpackages 2025-08-06 16:44:23 +08:00
label.go refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00