/** * OpenKernel — MCP public API * * North-facing control surface: an MCP server exposing spawn/dispatch/command/ * role/voice/map tools over the federation mesh, so any MCP host drives the * fleet with a standard protocol. */ export { createMcpServer, serveMcpStdio } from './mcp-server.js'; export type { McpServerDeps } from './mcp-server.js';