Thank you for reading it. :) It's difficult to find a pure MVC implementation in this manner due to current trends and the ill-deserved reputation of MVC, but at least things are moving in a better direction now with Svelte for example, where a component is a decent representation of any combination of the MVC acronym.
For DCI and MVC together, the Library example at github.com/ciscoheat/haxedci-example is at least trying to connect them, but it was 6 years ago I'm not sure if that's how I would do it today, the view part is a bit "magic", so it would be interesting to convert it to Svelte and typescript, for example. The DCI part is still pretty good though.