---
name: Bug Report
about: Report a bug or unexpected behavior
title: '[BUG] '
labels: ['bug']
assignees: ''
---
## Bug Description
<!-- A clear and concise description of what the bug is -->
## Steps to Reproduce
1.
2.
3.
4.
## Expected Behavior
<!-- What you expected to happen -->
## Actual Behavior
<!-- What actually happened -->
## Environment
- **OS**: <!-- e.g., Ubuntu 22.04, macOS 14.0, Windows 11 -->
- **Python Version**: <!-- e.g., 3.11.5 -->
- **Package Version**: <!-- e.g., 0.1.0 -->
- **MCP Client**: <!-- e.g., Claude Desktop, VS Code -->
## Error Messages
```
<!-- Paste any error messages, stack traces, or logs here -->
```
## Configuration
```yaml
# Paste relevant configuration here
```
## Additional Context
<!-- Add any other context about the problem here -->
## Possible Solution
<!-- If you have suggestions on how to fix the bug -->
## Screenshots
<!-- If applicable, add screenshots to help explain your problem -->