In Steve Awodey's book Category Theory, he has some sentence that sounds confusing to me on page $57,$ he mentioned that
The universal mapping properties ($UMP$s) of $M(A),M(B),A+B,$ and $M(A+B)$ then imply that the last of these has the required UMP of $M(A)+M(B).$
Here $M(X)$ is the set of a monoid, $X$ is the generating set.
The issue about my understanding is what he referred to the last? And how universal mapping property plays an role in proving that the universal mapping properties of $M(A)+M(B).$
From my view of understanding, the sentence means that if we have the UMPs of $M(A),M(B), A+B,M(A+B),$ we will have UMP of $M(A)+M(B).$ But how can it follow? I want to see some commutative diagram arguments on it.
Edit:
Moreover, later Awodey mentioned that coproduct $M(A)+M(B)$ is not the coproduct of the underlying set. But I am curious about the reason why?

If you connect universal properties to representability, you can use the following calculation which immediately generalizes and is the proof that left adjoints preserve coproducts (and, more generally, colimits via essentially the same argument): $$\begin{align}\mathbf{Mon}(M(A+B),N) &\cong \mathbf{Set}(A+B,U(N))\\ &\cong \mathbf{Set}(A,U(N))\times\mathbf{Set}(B,U(N))\\ &\cong \mathbf{Mon}(M(A),N)\times\mathbf{Mon}(M(B),N)\\ &\cong \mathbf{Mon}(M(A)+M(B),N)\end{align}$$ This is natural in $N$ and by Yoneda this means $M(A+B)\cong M(A)+M(B)$. $U(N)$ stands for the underlying set of the monoid $N$.
The first isomorphism corresponds to the UMP for $M$ and the second for the UMP for $+$. Then we use the UMP for $M$ twice and finally UMP for $+$.
If Awodey has introduced representability already, then you should show that the above (natural in $N$) isomorphisms are indeed equivalent to the relevant UMPs. If not, you can use the above as a guide for the argument, or you can just skip to where Awodey discusses representability because it really does make many categorical proofs very straightforward.