Skip to content

Commit ba6dc24

Browse files
committed
chore(release): v0.9.1 released
1 parent edba215 commit ba6dc24

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ This SDK is a lightweight, annotation-based framework that simplifies MCP server
5151
<dependency>
5252
<groupId>io.github.codeboyzhou</groupId>
5353
<artifactId>mcp-declarative-java-sdk</artifactId>
54-
<version>0.9.0</version>
54+
<version>0.9.1</version>
5555
</dependency>
5656
```
5757

5858
**Gradle:**
5959
```gradle
60-
implementation 'io.github.codeboyzhou:mcp-declarative-java-sdk:0.9.0'
60+
implementation 'io.github.codeboyzhou:mcp-declarative-java-sdk:0.9.1'
6161
```
6262

6363
#### Step 2: Create Your First MCP Server

docs/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ This guide will help you build your first MCP server in 5 minutes.
2020
<dependency>
2121
<groupId>io.github.codeboyzhou</groupId>
2222
<artifactId>mcp-declarative-java-sdk</artifactId>
23-
<version>0.9.0</version>
23+
<version>0.9.1</version>
2424
</dependency>
2525
```
2626

2727
### Gradle Dependency
2828

2929
```gradle
30-
implementation 'io.github.codeboyzhou:mcp-declarative-java-sdk:0.9.0'
30+
implementation 'io.github.codeboyzhou:mcp-declarative-java-sdk:0.9.1'
3131
```
3232

3333
## 5-Minute Tutorial

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-declarative-java-sdk-docs"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Documentation site for project https://github.com/codeboyzhou/mcp-declarative-java-sdk"
55
authors = [
66
{ name = "codeboyzhou", email = "imzhouchen@gmail.com" },

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.codeboyzhou</groupId>
88
<artifactId>mcp-declarative-java-sdk</artifactId>
9-
<version>0.9.0</version>
9+
<version>0.9.1</version>
1010

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

0 commit comments

Comments
 (0)