File tree 2 files changed +30
-2
lines changed
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:
76
76
<dependency>
77
77
<groupId>io.github.codeboyzhou</groupId>
78
78
<artifactId>mcp-declarative-java-sdk</artifactId>
79
- <version>0.1.0-SNAPSHOT </version>
79
+ <version>0.1.0</version>
80
80
</dependency>
81
81
----
82
82
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >io.github.codeboyzhou</groupId >
9
9
<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
+
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 >
11
39
12
40
<properties >
13
41
<java .version>17</java .version>
You can’t perform that action at this time.
0 commit comments