Skip to content

Commit ffcbcc8

Browse files
committed
docs: update MCP SDK version from 2.0.0-M3 to 2.0.0-RC1 in documentation
1 parent 942fb09 commit ffcbcc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This SDK is especially suitable for the following scenarios:
5757
- **ASYNC vs SYNC**`type: ASYNC` selects the async MCP server API; your annotated methods stay blocking Java wrapped in `Mono.fromCallable(...)`. See [Getting Started — Runtime model](./getting-started.md#runtime-model-and-stability).
5858
- **Singleton components** — one instance per component class, shared across concurrent requests; keep handlers stateless or thread-safe.
5959
- **Required YAML**`instructions` must be non-blank; when `mode` is `STREAMABLE`, the `streamable` transport section must be present and complete.
60-
- **MCP SDK 2.0.0-M3** — built on a pre-release milestone; pin versions and retest when upgrading.
60+
- **MCP SDK 2.0.0-RC1** — built on a pre-release milestone; pin versions and retest when upgrading.
6161

6262
## 📖 Getting Started
6363

0 commit comments

Comments
 (0)