Skip to content

Commit 586a0d6

Browse files
Update pkg/github/repositories.go
Co-authored-by: Copilot <[email protected]>
1 parent cfeed3d commit 586a0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/repositories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ func GetCommit(getClient GetClientFn, t translations.TranslationHelperFunc) (too
3737
mcp.Required(),
3838
mcp.Description("Commit SHA, branch name, or tag name"),
3939
),
40-
mcp.WithBoolean("include_diff",
4140
mcp.Description("Whether to include file diffs and stats in the response. Default is true."),
41+
mcp.DefaultBool(true),
4242
),
4343
WithPagination(),
4444
),

0 commit comments

Comments
 (0)