//! Stdio MCP server boot for hallouminate. The transport owns stdin/stdout;
//! every other write (logs, errors, readiness announcements) must go to
//! stderr or we corrupt the JSON-RPC stream.
use Context;
use ServiceExt;
use stdio;
use HallouminateTools;
const SERVER_VERSION: &str = env!;
pub async