//! MCP (Model Context Protocol) server implementation.
//!//! This module provides an embeddable MCP server that allows AI agents
//! to query their own execution history via JSON-RPC over stdio.
pubmoderror;modserver;modtools;pubuseerror::{ErrorCode, McpError};pubuseserver::{AgTraceServer, run_server};