Skip to content

Commit cf7ece2

Browse files
committed
chore(release): v0.2.0 released
1 parent 75136af commit cf7ece2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.adoc

+3-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)