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