Interface MCP.StdioTransportFactory
- Enclosing class:
MCP
public static 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.
-
Method Summary
-
Method Details
-
createStdioTransport
MCPTransport createStdioTransport()
-