Skip to content

Commit 5fa61f5

Browse files
run script/generate-docs
1 parent a7c37a7 commit 5fa61f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,14 @@ The following sets of tools are available:
12791279
- `query`: Search query using GitHub's powerful code search syntax. Examples: 'content:Skill language:Java org:github', 'NOT is:archived language:Python OR language:go', 'repo:github/github-mcp-server'. Supports exact matching, language filters, path filters, and more. (string, required)
12801280
- `sort`: Sort field ('indexed' only) (string, optional)
12811281

1282+
- **search_commits** - Search commits
1283+
- **Required OAuth Scopes**: `repo`
1284+
- `order`: Sort order (string, optional)
1285+
- `page`: Page number for pagination (min 1) (number, optional)
1286+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
1287+
- `query`: Commit search query. Examples: 'repo:owner/repo fix bug', 'author:defunkt', 'committer-date:>2024-01-01'. Supports advanced search syntax. (string, required)
1288+
- `sort`: Sort field ('author-date' or 'committer-date') (string, optional)
1289+
12821290
- **search_repositories** - Search repositories
12831291
- **Required OAuth Scopes**: `repo`
12841292
- `minimal_output`: Return minimal repository information (default: true). When false, returns full GitHub API repository objects. (boolean, optional)

0 commit comments

Comments
 (0)