---
name: Bug report
about: Create a report to help us improve the Flight Control MCP Server
title: '[BUG] '
labels: 'bug'
assignees: ''
---
## 🐛 Bug Description
A clear and concise description of what the bug is.
## 🔄 To Reproduce
Steps to reproduce the behavior:
1. Set up environment with '...'
2. Run command '...'
3. Configure with '...'
4. See error
## ✅ Expected Behavior
A clear and concise description of what you expected to happen.
## 📋 Environment
- **OS**: [e.g. Linux, macOS, Windows]
- **Python version**: [e.g. 3.11.0]
- **Flight Control version**: [if applicable]
- **MCP server version/commit**: [git commit hash or version]
## 📄 Configuration
```yaml
# Please share your configuration (redact sensitive information)
# For example, your ~/.config/flightctl/client.yaml structure
# Or environment variables you're using
```
## 📝 Log Output
```
# Please include relevant log output
# Set LOG_LEVEL=DEBUG for detailed logs
# Location: ~/.local/share/flightctl-mcp/flightctl-mcp.log
```
## 🖼️ Screenshots
If applicable, add screenshots to help explain your problem.
## 🔍 Additional Context
Add any other context about the problem here:
- Is this a regression? (worked before but now broken)
- Does it only happen with specific Flight Control configurations?
- Any workarounds you've found?
## ✅ Checklist
- [ ] I have searched existing issues to avoid duplicates
- [ ] I have provided all requested information
- [ ] I have tested with the latest version
- [ ] I have redacted any sensitive information from logs/config