Skip to content

Commit 5a77490

Browse files
committed
docs: update documentation and dependencies
- Remove outdated comment about MCP Java SDK version in getting-started.md - Update MCP SDK version from 0.16.0 to 0.17.0 in pom.xml - Rewrite README.md introduction for clarity
1 parent 20034c6 commit 5a77490

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

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

99
> 🚀 Declarative [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk) Development with Java Annotations
1010
11-
**Annotation-driven MCP Java SDK** is a lightweight, annotation-based framework that simplifies MCP server development in Java. Define, develop and integrate your MCP Resources / Prompts / Tools with minimal code - No Spring Framework Required.
11+
This SDK is a lightweight, annotation-based framework that simplifies MCP server development in Java. Define, develop and integrate your MCP Resources / Prompts / Tools with minimal code - No Spring Framework Required.
1212

1313
[📖 Documentation](https://codeboyzhou.github.io/mcp-declarative-java-sdk) | [💡 Examples](https://github.com/codeboyzhou/mcp-java-sdk-examples/tree/main/mcp-server-filesystem/mcp-server-filesystem-declarative-sdk-implementation) | [🐛 Report Issues](https://github.com/codeboyzhou/mcp-declarative-java-sdk/issues)
1414

docs/docs/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ hide:
1414
Add the following Maven dependency to your project:
1515

1616
```xml
17-
<!-- Internally relies on native MCP Java SDK 0.16.0 -->
1817
<dependency>
1918
<groupId>io.github.codeboyzhou</groupId>
2019
<artifactId>mcp-declarative-java-sdk</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<jetty.version>12.1.1</jetty.version>
6161
<junit.version>6.0.0</junit.version>
6262
<logback.version>1.5.18</logback.version>
63-
<mcp-sdk.version>0.16.0</mcp-sdk.version>
63+
<mcp-sdk.version>0.17.0</mcp-sdk.version>
6464
<mockito.version>5.20.0</mockito.version>
6565
<reflections.version>0.10.2</reflections.version>
6666
</properties>

0 commit comments

Comments
 (0)