Skip to content

Commit a42f2bf

Browse files
committed
Imports
1 parent 7b7fa87 commit a42f2bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/client/transport/WebClientStreamableHttpTransport.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
import com.fasterxml.jackson.core.type.TypeReference;
44
import com.fasterxml.jackson.databind.ObjectMapper;
5-
import io.modelcontextprotocol.spec.*;
5+
import io.modelcontextprotocol.spec.McpClientTransport;
6+
import io.modelcontextprotocol.spec.McpError;
7+
import io.modelcontextprotocol.spec.McpSchema;
8+
import io.modelcontextprotocol.spec.McpSessionNotFoundException;
9+
import io.modelcontextprotocol.spec.McpTransportSession;
610
import org.reactivestreams.Publisher;
711
import org.slf4j.Logger;
812
import org.slf4j.LoggerFactory;

0 commit comments

Comments
 (0)