docs: regenerate README with new list_commits parameters

This commit is contained in:
Lucas Bustamante
2026-03-24 16:00:43 -03:00
committed by Sam Morrow
parent 24ede6975c
commit 2a1eaaca39
+3
View File
@@ -1242,9 +1242,12 @@ The following sets of tools are available:
- `author`: Author username or email address to filter commits by (string, optional)
- `owner`: Repository owner (string, required)
- `page`: Page number for pagination (min 1) (number, optional)
- `path`: Only commits containing this file path will be returned (string, optional)
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
- `repo`: Repository name (string, required)
- `sha`: Commit SHA, branch or tag name to list commits of. If not provided, uses the default branch of the repository. If a commit SHA is provided, will list commits up to that SHA. (string, optional)
- `since`: Only commits after this date will be returned (ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ or YYYY-MM-DD) (string, optional)
- `until`: Only commits before this date will be returned (ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ or YYYY-MM-DD) (string, optional)
- **list_releases** - List releases
- **Required OAuth Scopes**: `repo`