From 215574f511fa05d5bf9393bbcfe2b9df03eb0d40 Mon Sep 17 00:00:00 2001 From: Himanshu Ladia Date: Wed, 4 Dec 2024 18:16:23 +0530 Subject: [PATCH] update read me --- src/github/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/github/README.md b/src/github/README.md index cfd268a8..de29874c 100644 --- a/src/github/README.md +++ b/src/github/README.md @@ -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) - 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 ### Personal Access Token