File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Declarative https://github.com/modelcontextprotocol/java-sdk[MCP Java SDK] Devel
11
11
- No Spring Framework Required.
12
12
- Instant MCP Java server in 1 LOC.
13
13
- No need to write more SDK low-level codes.
14
+ - Get rid of complex and lengthy JSON schema definitions.
14
15
- Just focus on your core logic (resources/prompts/tools).
15
16
16
17
== Showcase
@@ -87,11 +88,11 @@ Add the following Maven dependency to your project:
87
88
88
89
[source,xml]
89
90
----
90
- <!-- Internally relies on native MCP Java SDK 0.8.1 -->
91
+ <!-- Internally relies on native MCP Java SDK 0.9.0 -->
91
92
<dependency>
92
93
<groupId>io.github.codeboyzhou</groupId>
93
94
<artifactId>mcp-declarative-java-sdk</artifactId>
94
- <version>0.1 .0</version>
95
+ <version>0.2 .0</version>
95
96
</dependency>
96
97
----
97
98
You can’t perform that action at this time.
0 commit comments