verify_setup
Check MCP_CAD installation status and confirm server, SolidWorks connection, and active document accessibility. Run after setup or when issues arise.
Instructions
Diagnóstico — comprueba que la instalación de MCP_CAD funcione.
Junior workflow: en la primera instalación o cuando algo se ve raro, pregunta a Claude "verify_setup" para obtener un checklist de:
El servidor MCP responde y la versión de Python.
SolidWorks responde (en modo live) o estamos en modo mock.
Hay un documento activo (pieza/ensamble) accesible.
[en: Diagnostic — verify the MCP_CAD installation. Returns a checklist a non-technical customer can scan to confirm everything's wired correctly. Run after install, or when something seems off.]
Returns: { "ok": bool, # overall pass/fail "summary": str, # one-line Spanglish status "checks": [ {"name": str, "ok": bool, "detail": str}, ... ], }
A red check on "Active document" is normal if no part is open — the customer can still confirm the rest of the setup. A red check on "SolidWorks connection" in live mode requires opening SW first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||