| Version | Supported |
|---|---|
| 9.0.x | ✅ |
| 8.0.x | ✅ |
| 7.0.x | ✅ |
| 6.0.x | ✅ |
| < 6.0 | ❌ |
This project interfaces with Autodesk Fusion 360 via its MCP server on http://127.0.0.1:27182/mcp and writes logs and exports to the project-local output/ directory.
If you discover a security vulnerability:
- Do not open a public GitHub Issue
- Email the maintainers directly or open a draft security advisory
- Include a detailed description, reproduction steps, and potential impact
We will acknowledge receipt within 48 hours and provide a timeline for a fix.
- The MCP connection is localhost-only — do not expose it to untrusted networks
- Script payloads are executed with the full privileges of Fusion 360 — only run trusted scripts
- The stop flag file (
output/stop.flag) should not be written by untrusted processes