Skip to content

Commit debef3e

Browse files
committed
fix syntax issue
1 parent 586a0d6 commit debef3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/github/repositories.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ 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",
4041
mcp.Description("Whether to include file diffs and stats in the response. Default is true."),
4142
mcp.DefaultBool(true),
4243
),

0 commit comments

Comments
 (0)