Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@hedless hedless released this 20 Feb 20:33
· 34 commits to develop since this release
fb0e0d2

Initial Release

Enhanced MCP server for Onshape programmatic CAD modeling.

Features

  • Onshape API client with OAuth/API key authentication
  • Document management (list, get, create documents)
  • Part Studio tools (list, create, get features, add features)
  • Assembly tools (list, get definitions, add instances, add mates)
  • Auto-load .env from package directory
  • 80%+ test coverage with pytest

Tools Available

  • list_documents / get_document / create_document
  • list_part_studios / create_part_studio / get_features / add_feature
  • list_assemblies / get_assembly_definition / add_assembly_instance / add_mate_connector / add_assembly_mate