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