public interface MCP.StdioTransportFactory
Supplies the platform stdio transport. The stdio transport lives outside the
portable core because it needs process standard input, which is not available on
every target (for example the ParparVM Java runtime). The JavaSE port registers
its implementation during initialization.
Methods
public abstract MCPTransport createStdioTransport() |
Method details
createStdioTransport
public abstract MCPTransport createStdioTransport()