Expand description
Tool executor abstraction for MCP transports.
Two execution paths share the same dispatch core:
Executor::Clientโ wraps aMykoClient; talks to a remote Myko server over WebSocket. Used by the stdio MCP binary.Executor::InProcessโ talks directly to aCellServerCtx; used by the HTTP/WS MCP endpoints hosted inside the server.
Enumsยง
- Executor
- How MCP dispatch reaches the underlying Myko queries / reports / commands.