You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ This SDK is especially suitable for the following scenarios:
57
57
-**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).
58
58
-**Singleton components** — one instance per component class, shared across concurrent requests; keep handlers stateless or thread-safe.
59
59
-**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.
0 commit comments