package com.iwe3.langchain4j.service; import reactor.core.publisher.Flux; public interface McpService { Flux chat(String question); }