We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75136af commit cf7ece2Copy full SHA for cf7ece2
README.adoc
@@ -11,6 +11,7 @@ Declarative https://github.com/modelcontextprotocol/java-sdk[MCP Java SDK] Devel
11
- No Spring Framework Required.
12
- Instant MCP Java server in 1 LOC.
13
- No need to write more SDK low-level codes.
14
+- Get rid of complex and lengthy JSON schema definitions.
15
- Just focus on your core logic (resources/prompts/tools).
16
17
== Showcase
@@ -87,11 +88,11 @@ Add the following Maven dependency to your project:
87
88
89
[source,xml]
90
----
-<!-- Internally relies on native MCP Java SDK 0.8.1 -->
91
+<!-- Internally relies on native MCP Java SDK 0.9.0 -->
92
<dependency>
93
<groupId>io.github.codeboyzhou</groupId>
94
<artifactId>mcp-declarative-java-sdk</artifactId>
- <version>0.1.0</version>
95
+ <version>0.2.0</version>
96
</dependency>
97
98
0 commit comments