We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4616e commit 093f86fCopy full SHA for 093f86f
pkg/github/repositories.go
@@ -55,7 +55,7 @@ func GetCommit(getClient GetClientFn, t translations.TranslationHelperFunc) (too
55
if err != nil {
56
return mcp.NewToolResultError(err.Error()), nil
57
}
58
- includeDiff, err := mcp.OptionalBoolParamWithDefault(request, "include_diff", true)
+ includeDiff, err := OptionalBoolParamWithDefault(request, "include_diff", true)
59
60
61
0 commit comments