Skip to content

Commit 215574f

Browse files
update read me
1 parent c31f00f commit 215574f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/github/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,16 @@ MCP Server for the GitHub API, enabling file operations, repository management,
102102
- `from_branch` (optional string): Source branch (defaults to repo default)
103103
- Returns: Created branch reference
104104

105+
10. `list_commits`
106+
- Gets commits of a branch in a repository
107+
- Inputs:
108+
- `owner` (string): Repository owner
109+
- `repo` (string): Repository name
110+
- `page` (optional string): page number
111+
- `per_page` (optional string): number of record per page
112+
- `sha` (optional string): branch name
113+
- Returns: List of commits
114+
105115
## Setup
106116

107117
### Personal Access Token

0 commit comments

Comments
 (0)