Uses of Interface
io.modelcontextprotocol.spec.McpServerTransport
Packages that use McpServerTransport
-
Uses of McpServerTransport in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec with parameters of type McpServerTransportModifier and TypeMethodDescriptionMcpServerSession.Factory.create(McpServerTransport sessionTransport) Creates a new 1:1 representation of the client-server interaction.Constructors in io.modelcontextprotocol.spec with parameters of type McpServerTransportModifierConstructorDescriptionMcpServerSession(String id, 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.