File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Add the following Maven dependency to your project:
7676<dependency>
7777 <groupId>io.github.codeboyzhou</groupId>
7878 <artifactId>mcp-declarative-java-sdk</artifactId>
79- <version>0.1.0-SNAPSHOT </version>
79+ <version>0.1.0</version>
8080</dependency>
8181----
8282
Original file line number Diff line number Diff line change 77
88 <groupId >io.github.codeboyzhou</groupId >
99 <artifactId >mcp-declarative-java-sdk</artifactId >
10- <version >0.1.0-SNAPSHOT</version >
10+ <version >0.1.0</version >
11+
12+ <name >MCP Declarative Java SDK</name >
13+ <description >Annotation-driven MCP (Model Context Protocol) Development with Java - Zero Spring Framework Dependencies</description >
14+ <url >https://github.com/codeboyzhou/mcp-declarative-java-sdk</url >
15+
16+ <licenses >
17+ <license >
18+ <name >MIT License</name >
19+ <url >https://opensource.org/license/mit</url >
20+ <distribution >repo</distribution >
21+ </license >
22+ </licenses >
23+
24+ <developers >
25+ <developer >
26+ <name >codeboyzhou</name >
27+ <email >imzhouchen@gmail.com</email >
28+ </developer >
29+ </developers >
30+
31+ <scm >
32+ <url >https://github.com/codeboyzhou/mcp-declarative-java-sdk</url >
33+ </scm >
34+
35+ <issueManagement >
36+ <system >GitHub</system >
37+ <url >https://github.com/codeboyzhou/mcp-declarative-java-sdk/issues</url >
38+ </issueManagement >
1139
1240 <properties >
1341 <java .version>17</java .version>
You can’t perform that action at this time.
0 commit comments