File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,7 @@ The following sets of tools are available (all are on by default):
830830 - ` repo ` : Repository name (string, required)
831831
832832- ** get_commit** - Get commit details
833- - ` include_diff ` : Whether to include file diffs and stats in the response. Default is true for single commit queries . (boolean, optional)
833+ - ` include_diff ` : Whether to include file diffs and stats in the response. Default is true. (boolean, optional)
834834 - ` owner ` : Repository owner (string, required)
835835 - ` page ` : Page number for pagination (min 1) (number, optional)
836836 - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
Original file line number Diff line number Diff line change 77 " inputSchema" : {
88 " properties" : {
99 " include_diff" : {
10- " description" : " Whether to include file diffs and stats in the response. Default is true for single commit queries ." ,
10+ " description" : " Whether to include file diffs and stats in the response. Default is true." ,
1111 " type" : " boolean"
1212 },
1313 " owner" : {
You can’t perform that action at this time.
0 commit comments