1//! Onshape MCP Server library.
2//!
3//! A Model Context Protocol server for Onshape CAD integration.
4//!
5//! This crate provides the binary entry point. For the core logic, see
6//! [`onshape_mcp_core`]. For the I/O layer, see [`onshape_mcp_io`].