---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps To Reproduce
1. Go to '...'
2. Click on '...'
3. Run '...'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- OS: [e.g., Ubuntu 22.04, Windows 11, macOS 14]
- Python Version: [e.g., 3.8, 3.10, 3.11]
- FreeCAD Version: [e.g., 0.21, 0.22]
- MCP-FreeCAD Version: [e.g., 1.0.0]
- Installation Method: [pip, docker, source]
## Logs/Error Messages
```
Paste relevant logs or error messages here
```
## Additional Context
Add any other context about the problem here (screenshots, configuration files, etc.).
## Possible Solution
If you have suggestions on how to fix the bug, please describe them here.