Lucas Bustamante
24ede6975c
feat: add path, since, and until filters to list_commits
...
Add three optional parameters to the list_commits tool that map to
existing GitHub API query parameters:
- path: filter commits to those touching a specific file or directory
- since: only commits after this date (ISO 8601)
- until: only commits before this date (ISO 8601)
These parameters are already supported by the go-github library's
CommitsListOptions struct but were not exposed by the MCP tool.
The path filter is particularly useful for monorepo workflows where
commit history needs to be scoped to a specific project subdirectory.
Time parsing uses the existing parseISOTimestamp helper (shared with
list_issues and list_gists) which accepts both YYYY-MM-DDTHH:MM:SSZ
and YYYY-MM-DD formats.
Closes #197
2026-03-24 21:34:31 +01:00
..
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 17:33:22 +01:00
2026-01-15 16:15:39 +01:00
2026-02-04 17:46:21 +00:00
2026-01-22 23:27:21 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2025-08-14 07:25:29 +02:00
2026-03-04 14:34:49 +01:00
2026-02-12 13:03:00 +00:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 17:33:22 +01:00
2026-01-15 16:15:39 +01:00
2026-02-12 13:03:00 +00:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-02-12 13:03:00 +00:00
2026-01-15 17:33:22 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-03-24 21:34:31 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 17:33:22 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-02-18 10:14:40 +01:00
2026-02-18 10:14:40 +01:00
2026-02-18 10:14:40 +01:00
2026-02-25 13:42:24 +00:00
2026-03-13 17:30:46 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00
2026-01-15 16:15:39 +01:00