Skip to content

Commit 6e9bf1c

Browse files
committed
chore(dependencies): Update MCP SDK version to 0.11.3 in pom.xml and documentation
1 parent 3d28816 commit 6e9bf1c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
Declarative [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk) Development with Java Annotations.
99

10+
Easily and Quickly Define, Develop and Integrate your MCP Resources/Prompts/Tools, but no Spring required.
11+
1012
Documentation site is here: https://codeboyzhou.github.io/mcp-declarative-java-sdk.
1113

1214
Please feel free to feed back what's helpful and what's not.
@@ -139,11 +141,11 @@ Now it's all set, run your MCP server, choose one MCP client you like and start
139141
Add the following Maven dependency to your project:
140142

141143
```xml
142-
<!-- Internally relies on native MCP Java SDK 0.11.2 -->
144+
<!-- Internally relies on native MCP Java SDK 0.11.3 -->
143145
<dependency>
144146
<groupId>io.github.codeboyzhou</groupId>
145147
<artifactId>mcp-declarative-java-sdk</artifactId>
146-
<version>0.8.0</version>
148+
<version>0.8.1</version>
147149
</dependency>
148150
```
149151

docs/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ hide:
1414
Add the following Maven dependency to your project:
1515

1616
```xml
17-
<!-- Internally relies on native MCP Java SDK 0.11.2 -->
17+
<!-- Internally relies on native MCP Java SDK 0.11.3 -->
1818
<dependency>
1919
<groupId>io.github.codeboyzhou</groupId>
2020
<artifactId>mcp-declarative-java-sdk</artifactId>
21-
<version>0.8.0</version>
21+
<version>0.8.1</version>
2222
</dependency>
2323
```
2424

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<groupId>io.github.codeboyzhou</groupId>
88
<artifactId>mcp-declarative-java-sdk</artifactId>
9-
<version>0.8.0</version>
9+
<version>0.8.1</version>
1010

1111
<name>MCP Declarative Java SDK</name>
12-
<description>Annotation-driven MCP (Model Context Protocol) Development with Java - No Spring Framework Required</description>
12+
<description>Annotation-driven MCP (Model Context Protocol) Development with Java</description>
1313
<url>https://github.com/codeboyzhou/mcp-declarative-java-sdk</url>
1414

1515
<licenses>
@@ -60,7 +60,7 @@
6060
<jetty.version>12.1.0</jetty.version>
6161
<junit5.version>5.13.4</junit5.version>
6262
<logback.version>1.5.18</logback.version>
63-
<mcp-sdk.version>0.11.2</mcp-sdk.version>
63+
<mcp-sdk.version>0.11.3</mcp-sdk.version>
6464
<mockito.version>5.19.0</mockito.version>
6565
<reflections.version>0.10.2</reflections.version>
6666
</properties>

0 commit comments

Comments
 (0)