Class McpLauncher
java.lang.Object
org.ek9lang.mcp.McpLauncher
MCP server launcher. Creates a newline-delimited JSON-RPC connection over stdio.
-
Method Summary
Modifier and TypeMethodDescriptionrunMcpServer(OsSupport osSupport, InputStream in, OutputStream out, boolean enableDebug) Triggers the actual execution of the MCP server.
-
Method Details
-
runMcpServer
public static Future<Void> runMcpServer(OsSupport osSupport, InputStream in, OutputStream out, boolean enableDebug) Triggers the actual execution of the MCP server.
-