We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4393ab7 commit b2bc3e7Copy full SHA for b2bc3e7
README.md
@@ -107,7 +107,7 @@ Add the following Maven dependency to your project:
107
<dependency>
108
<groupId>io.github.codeboyzhou</groupId>
109
<artifactId>mcp-declarative-java-sdk</artifactId>
110
- <version>0.2.0</version>
+ <version>0.3.0</version>
111
</dependency>
112
```
113
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>0.3.0-SNAPSHOT</version>
10
11
<name>MCP Declarative Java SDK</name>
12
<description>Annotation-driven MCP (Model Context Protocol) Development with Java - No Spring Framework Required</description>
0 commit comments