We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586a0d6 commit debef3eCopy full SHA for debef3e
pkg/github/repositories.go
@@ -37,6 +37,7 @@ func GetCommit(getClient GetClientFn, t translations.TranslationHelperFunc) (too
37
mcp.Required(),
38
mcp.Description("Commit SHA, branch name, or tag name"),
39
),
40
+ mcp.WithBoolean("include_diff",
41
mcp.Description("Whether to include file diffs and stats in the response. Default is true."),
42
mcp.DefaultBool(true),
43
0 commit comments