// SPDX-License-Identifier: AGPL-3.0-or-later
//! Model Context Protocol (stdio) — most CLI workflows as MCP tools (see `docs/mcp.md` for shell-only commands).
use Result;
pub use KaizenMcp;
use ServiceExt;
use stdio;
/// Run the MCP server on stdin/stdout until the client disconnects.
pub async