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):
830
830
- ` repo ` : Repository name (string, required)
831
831
832
832
- ** 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)
834
834
- ` owner ` : Repository owner (string, required)
835
835
- ` page ` : Page number for pagination (min 1) (number, optional)
836
836
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
Original file line number Diff line number Diff line change 7
7
" inputSchema" : {
8
8
" properties" : {
9
9
" 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." ,
11
11
" type" : " boolean"
12
12
},
13
13
" owner" : {
You can’t perform that action at this time.
0 commit comments