Skip to content

Commit 14ad10d

Browse files
committed
add unit test; fix client
1 parent 8f6e8e1 commit 14ad10d

File tree

64 files changed

+12548
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+12548
-9
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
# MCP Java SDK for Java 8
2-
Modified most code and downgraded dependencies from the official v0.8.1 version, to support old Java 8 and Spring Boot 2.x
3-
4-
Only the scenario using mcp-spring-webmvc as the MCP server has been tested, and there might be errors in other cases, such as the client.
5-
6-
2+
Modified most code and downgraded dependencies from the official v0.8.1 version, to support old Java 8 and Spring Boot 2.x

mcp-spring/mcp-spring-webflux/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
<version>0.8.1</version>
2929
</dependency>
3030

31+
<dependency>
32+
<groupId>io.modelcontextprotocol.sdk.j8</groupId>
33+
<artifactId>mcp-test</artifactId>
34+
<version>0.8.1</version>
35+
<scope>test</scope>
36+
</dependency>
37+
3138
<dependency>
3239
<groupId>org.springframework</groupId>
3340
<artifactId>spring-webflux</artifactId>

0 commit comments

Comments
 (0)