How does DCI relate to MVC?

DCI is complementary to model–view–controller (MVC). MVC as a pattern language is still used to separate the data and its processing from presentation.

Illustration from Lean Architecture (p. 238)