File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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
1111- No Spring Framework Required.
1212- Instant MCP Java server in 1 LOC.
1313- No need to write more SDK low-level codes.
14+ - Get rid of complex and lengthy JSON schema definitions.
1415- Just focus on your core logic (resources/prompts/tools).
1516
1617== Showcase
@@ -87,11 +88,11 @@ Add the following Maven dependency to your project:
8788
8889[source,xml]
8990----
90- <!-- Internally relies on native MCP Java SDK 0.8.1 -->
91+ <!-- Internally relies on native MCP Java SDK 0.9.0 -->
9192<dependency>
9293 <groupId>io.github.codeboyzhou</groupId>
9394 <artifactId>mcp-declarative-java-sdk</artifactId>
94- <version>0.1 .0</version>
95+ <version>0.2 .0</version>
9596</dependency>
9697----
9798
You can’t perform that action at this time.
0 commit comments