forgejo-mcp/tools
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
..
action refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
issue feat: add since and before time filters to list_repo_issues tool 2025-08-14 17:14:38 +08:00
label refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
milestone refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
pullreq refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
release refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
repo refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
wiki refactor: update MCP SDK to v0.2.1 and fix tool handlers 2025-08-13 21:47:12 +08:00
client.go feat: add automatic version info update in CI releases 2025-08-07 17:07:46 +08:00
client_actions.go Move action task types from tools to types package 2025-08-06 02:43:13 +08:00
client_issue_attachments.go refactor: remove client issue attachment upload method 2025-08-11 00:37:11 +08:00
client_issue_dependencies.go docs: clarify dependencies vs blocking concepts 2025-08-06 21:12:05 +08:00
client_test.go Implement all custom API methods for unsupported endpoints 2025-08-05 01:20:47 +08:00
client_wiki.go refactor: move wiki types from tools to types package 2025-08-06 17:40:48 +08:00
doc.go Add package documentation for all subpackages 2025-08-06 16:44:23 +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