GitHub MCP Server
list_commits
Get list of commits of a branch in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | Repository owner (username or organization) | |
page | No | Page number for pagination (default: 1) | |
perPage | No | Number of results per page (default: 30, max: 100) | |
repo | Yes | Repository name | |
sha | No | SHA of the file being replaced (required when updating existing files) |