#!/usr/bin/env node /** * brepjs-cad MCP server (stdio). * * Exposes the verify substrate to MCP-capable agents. The first tool, `run_program`, executes an * agent-authored brepjs program in the sandbox and returns the verification report — the closed * "build → verify" step the agent loop is built on. Uses the SDK's low-level `Server` with plain * JSON-Schema tool definitions (no direct zod dependency in this package). */ export {};