Uses of Interface
io.modelcontextprotocol.spec.McpServerSession.InitRequestHandler
Packages that use McpServerSession.InitRequestHandler
-
Uses of McpServerSession.InitRequestHandler in io.modelcontextprotocol.spec
Constructors in io.modelcontextprotocol.spec with parameters of type McpServerSession.InitRequestHandlerModifierConstructorDescriptionMcpServerSession(String id, Duration requestTimeout, McpServerTransport transport, McpServerSession.InitRequestHandler initHandler, McpServerSession.InitNotificationHandler initNotificationHandler, Map<String, McpServerSession.RequestHandler<?>> requestHandlers, Map<String, McpServerSession.NotificationHandler> notificationHandlers) Creates a new server session with the given parameters and the transport to use.