//! ppt_mcp - MCP server for ppt-rs
//!
//! Exposes PowerPoint creation and manipulation as MCP tools.
//!
//! ## Usage
//!
//! Run as stdio MCP server:
//! ppt_mcp
//!
//! Configure in MCP client (e.g. Claude Desktop, Cursor):
//! ```json
//! {
//! "mcpServers": {
//! "ppt-rs": {
//! "command": "ppt_mcp"
//! }
//! }
//! }
//! ```
async