File tree Expand file tree Collapse file tree 4 files changed +19
-15
lines changed
src/test/java/io/modelcontextprotocol/client/transport Expand file tree Collapse file tree 4 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 2222 </scm >
2323
2424 <dependencies >
25- <dependency >
26- <groupId >io.modelcontextprotocol.sdk</groupId >
27- <artifactId >mcp-json-jackson2</artifactId >
28- <version >0.18.0-SNAPSHOT</version >
29- </dependency >
3025
3126 <dependency >
3227 <groupId >io.modelcontextprotocol.sdk</groupId >
33- <artifactId >mcp</artifactId >
28+ <artifactId >mcp-core </artifactId >
3429 <version >0.18.0-SNAPSHOT</version >
3530 </dependency >
3631
4742 <version >${springframework.version} </version >
4843 </dependency >
4944
45+ <dependency >
46+ <groupId >io.modelcontextprotocol.sdk</groupId >
47+ <artifactId >mcp-json-jackson2</artifactId >
48+ <version >0.18.0-SNAPSHOT</version >
49+ <scope >test</scope >
50+ </dependency >
51+
5052 <dependency >
5153 <groupId >io.projectreactor.netty</groupId >
5254 <artifactId >reactor-netty-http</artifactId >
Original file line number Diff line number Diff line change 1010import java .util .concurrent .atomic .AtomicInteger ;
1111import java .util .function .Function ;
1212
13+ import com .fasterxml .jackson .databind .json .JsonMapper ;
1314import io .modelcontextprotocol .json .McpJsonMapper ;
14- import io .modelcontextprotocol .json .jackson3 .JacksonMcpJsonMapper ;
15+ import io .modelcontextprotocol .json .jackson2 .JacksonMcpJsonMapper ;
1516import io .modelcontextprotocol .spec .McpSchema ;
1617import io .modelcontextprotocol .spec .McpSchema .JSONRPCRequest ;
1718import org .junit .jupiter .api .AfterAll ;
2627import reactor .core .publisher .Mono ;
2728import reactor .core .publisher .Sinks ;
2829import reactor .test .StepVerifier ;
29- import tools .jackson .databind .json .JsonMapper ;
3030
3131import org .springframework .http .codec .ServerSentEvent ;
3232import org .springframework .web .reactive .function .client .WebClient ;
Original file line number Diff line number Diff line change 2222 </scm >
2323
2424 <dependencies >
25- <dependency >
26- <groupId >io.modelcontextprotocol.sdk</groupId >
27- <artifactId >mcp-json-jackson2</artifactId >
28- <version >0.18.0-SNAPSHOT</version >
29- </dependency >
3025
3126 <dependency >
3227 <groupId >io.modelcontextprotocol.sdk</groupId >
33- <artifactId >mcp</artifactId >
28+ <artifactId >mcp-core </artifactId >
3429 <version >0.18.0-SNAPSHOT</version >
3530 </dependency >
3631
5449 <scope >test</scope >
5550 </dependency >
5651
52+ <dependency >
53+ <groupId >io.modelcontextprotocol.sdk</groupId >
54+ <artifactId >mcp-json-jackson2</artifactId >
55+ <version >0.18.0-SNAPSHOT</version >
56+ <scope >test</scope >
57+ </dependency >
58+
5759
5860 <!-- The Spring Context is required due to the reactor-netty connector being dependant on
5961 the Spring Lifecycle, as discussed here:
Original file line number Diff line number Diff line change 2323 <dependencies >
2424 <dependency >
2525 <groupId >io.modelcontextprotocol.sdk</groupId >
26- <artifactId >mcp</artifactId >
26+ <artifactId >mcp-core </artifactId >
2727 <version >0.18.0-SNAPSHOT</version >
2828 </dependency >
2929
You can’t perform that action at this time.
0 commit comments