bug_report.md•792 B
---
name: Bug Report
about: Report a bug 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. Run command '...'
3. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- OS: [e.g., macOS 14.1, Ubuntu 22.04, Windows 11]
- Python Version: [e.g., 3.10, 3.11, 3.12]
- MCP Version: [e.g., 1.0.0]
- AirMCP Version: [e.g., 0.1.0]
- Claude Desktop/Code Version: [e.g., 1.2.3]
## Error Logs
```
Paste relevant error logs here
```
## Additional Context
Add any other context, screenshots, or information about the problem.
## Possible Solution (Optional)
If you have an idea how to fix this, please share.