Skip to content

Commit 8047e13

Browse files
committed
docs: update SDK version in getting started guide
Update dependency version from 0.10.0 to 0.12.0 in both Maven and Gradle examples to reflect the latest SDK release
1 parent 0aaf57a commit 8047e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.thought2code</groupId>
2222
<artifactId>mcp-annotated-java-sdk</artifactId>
23-
<version>0.10.0</version>
23+
<version>0.12.0</version>
2424
</dependency>
2525
```
2626

2727
### Gradle Dependency
2828

2929
```gradle
30-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.10.0'
30+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.12.0'
3131
```
3232

3333
## 5-Minutes Tutorial

0 commit comments

Comments
 (0)