Package io.modelcontextprotocol.spec
Interface McpServerSession.InitNotificationHandler
- Enclosing class:
- McpServerSession
public static interface McpServerSession.InitNotificationHandler
Notification handler for the initialization notification from the client.
-
Method Summary
-
Method Details
-
handle
reactor.core.publisher.Mono<Void> handle()Specifies an action to take upon successful initialization.- Returns:
- a Mono that will complete when the initialization is acted upon.
-