Uses of Interface
io.modelcontextprotocol.spec.McpTransportStream
Packages that use McpTransportStream
-
Uses of McpTransportStream in io.modelcontextprotocol.spec
Classes in io.modelcontextprotocol.spec that implement McpTransportStreamModifier and TypeClassDescriptionclassDefaultMcpTransportStream<CONNECTION>An implementation ofMcpTransportStreamusing Project Reactor types.Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpTransportStreamModifierConstructorDescriptionDefaultMcpTransportStream(boolean resumable, Function<McpTransportStream<CONNECTION>, org.reactivestreams.Publisher<CONNECTION>> reconnect) Constructs a new instance representing a particular stream that can resume using the provided reconnect mechanism.