Skip to content

Commit 4e73574

Browse files
chore(release): 0.15.0 and sync llms docs
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 95110ea commit 4e73574

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ This SDK is a lightweight, annotation-based framework that simplifies MCP server
5050
<dependency>
5151
<groupId>io.github.thought2code</groupId>
5252
<artifactId>mcp-annotated-java-sdk</artifactId>
53-
<version>0.14.0</version>
53+
<version>0.15.0</version>
5454
</dependency>
5555
```
5656

5757
**Gradle:**
5858
```gradle
59-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.14.0'
59+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.15.0'
6060
```
6161

6262
#### Step 2: Create Configuration File

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ 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>0.14.0</version>
22+
<version>0.15.0</version>
2323
</dependency>
2424
```
2525

2626
### Gradle Dependency
2727

2828
```gradle
29-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.14.0'
29+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.15.0'
3030
```
3131

3232
## 5-Minutes Tutorial

llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ The Model Context Protocol (MCP) is a standardized protocol for building servers
4343
<dependency>
4444
<groupId>io.github.thought2code</groupId>
4545
<artifactId>mcp-annotated-java-sdk</artifactId>
46-
<version>0.14.0</version>
46+
<version>0.15.0</version>
4747
</dependency>
4848
```
4949

5050
### Gradle
5151

5252
```gradle
53-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.14.0'
53+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.15.0'
5454
```
5555

5656
## Quick Start Tutorial

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ A lightweight, annotation-based Java framework that simplifies MCP (Model Contex
2525
<dependency>
2626
<groupId>io.github.thought2code</groupId>
2727
<artifactId>mcp-annotated-java-sdk</artifactId>
28-
<version>0.14.0</version>
28+
<version>0.15.0</version>
2929
</dependency>
3030
```
3131

3232
### Gradle Dependency
3333

3434
```gradle
35-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.14.0'
35+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.15.0'
3636
```
3737

3838
### 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.15.0-SNAPSHOT</version>
9+
<version>0.15.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)