Skip to content

Releases: hedless/onshape-mcp

v0.3.0

02 Mar 21:22
9e0751a

Choose a tag to compare

What's Changed

Other Changes

  • chore: merge v0.2.0 back to develop by @github-actions[bot] in #10
  • feat: enhanced mate types with face-based geometry by @hedless in #11
  • Release v0.3.0 by @github-actions[bot] in #12

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Feb 18:46
53bf5c7

Choose a tag to compare

What's Changed

Other Changes

  • feat: add assembly management, extended features, and export tools by @hedless in #7
  • chore(deps): Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #3
  • chore(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #4
  • chore(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #5
  • chore(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #6
  • chore: remove dependabot config by @hedless in #8
  • Release v0.2.0 by @github-actions[bot] in #9

New Contributors

  • @dependabot[bot] made their first contribution in #3
  • @github-actions[bot] made their first contribution in #9

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial Release

20 Feb 20:33
fb0e0d2

Choose a tag to compare

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