# onshape-mcp-server

MCP server for Onshape integration with the Model Context Protocol.

## Installation

```sh
npm install onshape-mcp-server
```

## Usage

```js
import { /* ... */ } from 'onshape-mcp-server';

// Your code here
```

## License

MIT 