type IMCPMessage = IMCPTextMessage | IMCPImageMessage; Copy
type IMCPMessage = IMCPTextMessage | IMCPImageMessage;
Message emitted to the MCP (Model Context Protocol) agent by getMessages. Discriminated union of text and image messages.