Skip to content

Commit c5ad2a0

Browse files
Update pkg/github/context_tools.go
Co-authored-by: Sam Morrow <[email protected]>
1 parent af27689 commit c5ad2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/context_tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func GetMe(getClient GetClientFn, t translations.TranslationHelperFunc) (mcp.Too
3333
return mcp.NewToolResultErrorFromErr("failed to get user", err), nil
3434
}
3535

36-
return marshalledTextResult(user), nil
36+
return MarshalledTextResult(user), nil
3737
})
3838

3939
return tool, handler

0 commit comments

Comments
 (0)