Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 7359750

Browse files
authored
Update 0.6.0-MIGRATION-GUIDE.md
remove unrelated sections
1 parent 9194334 commit 7359750

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

mcp-docs/0.6.0-MIGRATION-GUIDE.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)