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 @@ -145,7 +145,7 @@ Add the following Maven dependency to your project:
145
145
<dependency >
146
146
<groupId >io.github.codeboyzhou</groupId >
147
147
<artifactId >mcp-declarative-java-sdk</artifactId >
148
- <version >0.8.3-SNAPSHOT </version >
148
+ <version >0.8.3</version >
149
149
</dependency >
150
150
```
151
151
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.8.3-SNAPSHOT </version >
21
+ <version >0.8.3</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.8.3-SNAPSHOT </version >
9
+ <version >0.8.3</version >
10
10
11
11
<name >MCP Declarative Java SDK</name >
12
12
<description >Annotation-driven MCP (Model Context Protocol) Development with Java</description >
You can’t perform that action at this time.
0 commit comments