---
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. Configure '...'
3. Run command '...'
4. See error
## ✅ Expected Behavior
A clear and concise description of what you expected to happen.
## ❌ Actual Behavior
A clear and concise description of what actually happened.
## 📱 Environment
- OS: [e.g. macOS 14.0, Windows 11, Ubuntu 22.04]
- Node.js version: [e.g. 18.17.0]
- Package version: [e.g. 1.0.0]
- Claude Desktop version: [e.g. 0.5.2]
## 📋 Configuration
Please share your `config.json` structure (remove actual webhook URLs):
```json
{
"channels": {
"example": {
"name": "Example Channel",
"webhook_url": "REDACTED"
}
}
}
```
## 📝 Error Messages
If applicable, include any error messages or console output:
```
Paste error messages here
```
## 📷 Screenshots
If applicable, add screenshots to help explain your problem.
## 🔍 Additional Context
Add any other context about the problem here.
## 🛠️ Possible Solution
If you have ideas about what might be causing this or how to fix it, please share!