Skip to content

Commit 7544cee

Browse files
committed
chore(release): prepare 0.21.0
1 parent d2e2d16 commit 7544cee

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ This project deliberately stays focused:
8989
<dependency>
9090
<groupId>io.github.thought2code</groupId>
9191
<artifactId>mcp-annotated-java-sdk</artifactId>
92-
<version>0.20.0</version>
92+
<version>0.21.0</version>
9393
</dependency>
9494
```
9595

9696
**Gradle:**
9797
```gradle
98-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.20.0'
98+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.21.0'
9999
```
100100

101101
#### Step 2: Create Configuration File

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@
9090
<dependency>
9191
<groupId>io.github.thought2code</groupId>
9292
<artifactId>mcp-annotated-java-sdk</artifactId>
93-
<version>0.20.0</version>
93+
<version>0.21.0</version>
9494
</dependency>
9595
```
9696

9797
**Gradle:**
9898

9999
```gradle
100-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.20.0'
100+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.21.0'
101101
```
102102

103103
#### 第 2 步:创建配置文件

docs/src/content/docs/guides/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Use this SDK when you want an annotation-driven MCP server in plain Java without
1919
<dependency>
2020
<groupId>io.github.thought2code</groupId>
2121
<artifactId>mcp-annotated-java-sdk</artifactId>
22-
<version>0.20.0</version>
22+
<version>0.21.0</version>
2323
</dependency>
2424
```
2525

2626
### Gradle Dependency
2727

2828
```groovy
29-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.20.0'
29+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.21.0'
3030
```
3131

3232
## 5-Minutes Tutorial

docs/src/content/docs/zh-cn/guides/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ description: 使用纯 Java 构建第一个注解驱动的 MCP 服务器。
1919
<dependency>
2020
<groupId>io.github.thought2code</groupId>
2121
<artifactId>mcp-annotated-java-sdk</artifactId>
22-
<version>0.20.0</version>
22+
<version>0.21.0</version>
2323
</dependency>
2424
```
2525

2626
### Gradle 依赖
2727

2828
```groovy
29-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.20.0'
29+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.21.0'
3030
```
3131

3232
## 5 分钟教程

llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ Rule of thumb: Spring AI for Spring apps; MCP Annotated Java SDK for lightweight
6363
<dependency>
6464
<groupId>io.github.thought2code</groupId>
6565
<artifactId>mcp-annotated-java-sdk</artifactId>
66-
<version>0.20.0</version>
66+
<version>0.21.0</version>
6767
</dependency>
6868
```
6969

7070
### Gradle
7171

7272
```gradle
73-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.20.0'
73+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.21.0'
7474
```
7575

7676
## Quick Start Tutorial

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ For deployment with `java -jar`, build an executable fat JAR and configure the J
4646
<dependency>
4747
<groupId>io.github.thought2code</groupId>
4848
<artifactId>mcp-annotated-java-sdk</artifactId>
49-
<version>0.20.0</version>
49+
<version>0.21.0</version>
5050
</dependency>
5151
```
5252

5353
### Gradle Dependency
5454

5555
```gradle
56-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.20.0'
56+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.21.0'
5757
```
5858

5959
### Create MCP Server

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.thought2code</groupId>
88
<artifactId>mcp-annotated-java-sdk</artifactId>
9-
<version>0.21.0-SNAPSHOT</version>
9+
<version>0.21.0</version>
1010

1111
<name>MCP Annotated Java SDK</name>
1212
<description>Annotation-driven MCP (Model Context Protocol) Development with Java</description>

0 commit comments

Comments
 (0)