Interface McpServerSession.InitNotificationHandler

Enclosing class:
McpServerSession

public static interface McpServerSession.InitNotificationHandler
Notification handler for the initialization notification from the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Void>
    Specifies an action to take upon successful initialization.
  • 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.