mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-20 12:55:21 +02:00
update read me
This commit is contained in:
@@ -102,6 +102,16 @@ MCP Server for the GitHub API, enabling file operations, repository management,
|
|||||||
- `from_branch` (optional string): Source branch (defaults to repo default)
|
- `from_branch` (optional string): Source branch (defaults to repo default)
|
||||||
- Returns: Created branch reference
|
- Returns: Created branch reference
|
||||||
|
|
||||||
|
10. `list_commits`
|
||||||
|
- Gets commits of a branch in a repository
|
||||||
|
- Inputs:
|
||||||
|
- `owner` (string): Repository owner
|
||||||
|
- `repo` (string): Repository name
|
||||||
|
- `page` (optional string): page number
|
||||||
|
- `per_page` (optional string): number of record per page
|
||||||
|
- `sha` (optional string): branch name
|
||||||
|
- Returns: List of commits
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### Personal Access Token
|
### Personal Access Token
|
||||||
|
|||||||
Reference in New Issue
Block a user