Skip to content

Commit 2741dd0

Browse files
committed
chore: release version 0.19.0
1 parent 339cd7a commit 2741dd0

6 files changed

Lines changed: 11 additions & 21 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,15 @@ This SDK is a lightweight, annotation-based framework that simplifies MCP server
6565
<dependency>
6666
<groupId>io.github.thought2code</groupId>
6767
<artifactId>mcp-annotated-java-sdk</artifactId>
68-
<version>latest-release-version</version>
68+
<version>0.19.0</version>
6969
</dependency>
7070
```
7171

7272
**Gradle:**
7373
```gradle
74-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:latest-release-version'
74+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.19.0'
7575
```
7676

77-
Use the latest non-SNAPSHOT release from Maven Central for normal consumption. The current development branch is `0.19.0-SNAPSHOT`; use that version only when you publish or install snapshots yourself, or build from source.
78-
7977
#### Step 2: Create Configuration File
8078

8179
Create `mcp-server.yml` in your `src/main/resources`:

README.zh-CN.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,16 @@
6666
<dependency>
6767
<groupId>io.github.thought2code</groupId>
6868
<artifactId>mcp-annotated-java-sdk</artifactId>
69-
<version>latest-release-version</version>
69+
<version>0.19.0</version>
7070
</dependency>
7171
```
7272

7373
**Gradle:**
7474

7575
```gradle
76-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:latest-release-version'
76+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.19.0'
7777
```
7878

79-
常规使用请填写 Maven Central 上最新的非 SNAPSHOT 版本。当前开发分支版本是 `0.19.0-SNAPSHOT`;仅在你已自行发布或安装快照,或从源码构建时使用该版本。
80-
8179
#### 第 2 步:创建配置文件
8280

8381
`src/main/resources` 下创建 `mcp-server.yml`

docs/getting-started.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@ This guide will help you build your first MCP server in 5 minutes.
1919
<dependency>
2020
<groupId>io.github.thought2code</groupId>
2121
<artifactId>mcp-annotated-java-sdk</artifactId>
22-
<version>latest-release-version</version>
22+
<version>0.19.0</version>
2323
</dependency>
2424
```
2525

2626
### Gradle Dependency
2727

2828
```gradle
29-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:latest-release-version'
29+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.19.0'
3030
```
3131

32-
Use the latest non-SNAPSHOT release from Maven Central for normal consumption. The current development branch is `0.19.0-SNAPSHOT`; use that version only when you publish or install snapshots yourself, or build from source.
33-
3432
## 5-Minutes Tutorial
3533

3634
### Step 1: Create Configuration File

llms-full.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,16 @@ The Model Context Protocol (MCP) is a standardized protocol for building servers
4141
<dependency>
4242
<groupId>io.github.thought2code</groupId>
4343
<artifactId>mcp-annotated-java-sdk</artifactId>
44-
<version>latest-release-version</version>
44+
<version>0.19.0</version>
4545
</dependency>
4646
```
4747

4848
### Gradle
4949

5050
```gradle
51-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:latest-release-version'
51+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.19.0'
5252
```
5353

54-
Use the latest non-SNAPSHOT release from Maven Central for normal consumption. Current development branch version: `0.19.0-SNAPSHOT`.
55-
5654
## Quick Start Tutorial
5755

5856
### Step 1: Create Configuration File

llms.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,16 @@ A lightweight, annotation-based Java framework that simplifies MCP (Model Contex
2424
<dependency>
2525
<groupId>io.github.thought2code</groupId>
2626
<artifactId>mcp-annotated-java-sdk</artifactId>
27-
<version>latest-release-version</version>
27+
<version>0.19.0</version>
2828
</dependency>
2929
```
3030

3131
### Gradle Dependency
3232

3333
```gradle
34-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:latest-release-version'
34+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.19.0'
3535
```
3636

37-
Use the latest non-SNAPSHOT release from Maven Central for normal consumption. Current development branch version: `0.19.0-SNAPSHOT`.
38-
3937
### Create MCP Server
4038

4139
```java

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.19.0-SNAPSHOT</version>
9+
<version>0.19.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)