This repository was archived by the owner on Feb 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -237,22 +237,3 @@ The following APIs are deprecated and will be removed in a future release:
237237- ` McpServer.ResourceRegistration ` - Use ` McpServerFeatures.SyncResourceRegistration ` or ` McpServerFeatures.AsyncResourceRegistration ` instead
238238- ` McpServer.PromptRegistration ` - Use ` McpServerFeatures.SyncPromptRegistration ` or ` McpServerFeatures.AsyncPromptRegistration ` instead
239239- ` ToolHelper.toToolRegistration() ` - Use ` ToolHelper.toSyncToolRegistration() ` instead
240-
241- ## Benefits of Migration
242-
243- 1 . ** Improved Type Safety** : The new builder patterns and feature classes provide better compile-time type checking.
244-
245- 2 . ** Clear Async/Sync Separation** : Distinct builders and features for sync and async operations make the code intent clearer.
246-
247- 3 . ** Enhanced Reactive Support** : Async operations now properly integrate with Project Reactor's ` Mono ` type.
248-
249- 4 . ** Better Error Handling** : More consistent error handling across sync and async operations.
250-
251- 5 . ** Simplified Configuration** : Builder patterns provide a more intuitive way to configure clients and servers.
252-
253- ## Additional Notes
254-
255- - The migration primarily focuses on builder patterns and feature organization
256- - Functional behavior remains the same after migration
257- - Async operations now properly integrate with Project Reactor
258- - All deprecated APIs will continue to work but will be removed in a future release
You can’t perform that action at this time.
0 commit comments