onshape-mcp 0.2.0

MCP server for Onshape CAD integration
Documentation
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`].