File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Add the following Maven dependency to your project:
146
146
<dependency >
147
147
<groupId >io.github.codeboyzhou</groupId >
148
148
<artifactId >mcp-declarative-java-sdk</artifactId >
149
- <version >0.7.0-SNAPSHOT </version >
149
+ <version >0.7.0</version >
150
150
</dependency >
151
151
```
152
152
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the following Maven dependency to your project:
18
18
<dependency >
19
19
<groupId >io.github.codeboyzhou</groupId >
20
20
<artifactId >mcp-declarative-java-sdk</artifactId >
21
- <version >0.7.0-SNAPSHOT </version >
21
+ <version >0.7.0</version >
22
22
</dependency >
23
23
```
24
24
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.codeboyzhou</groupId >
8
8
<artifactId >mcp-declarative-java-sdk</artifactId >
9
- <version >0.7.0-SNAPSHOT </version >
9
+ <version >0.7.0</version >
10
10
11
11
<name >MCP Declarative Java SDK</name >
12
12
<description >Annotation-driven MCP (Model Context Protocol) Development with Java - No Spring Framework Required</description >
You can’t perform that action at this time.
0 commit comments