---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: ['bug', 'needs-triage']
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
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.5, Windows 11, Ubuntu 22.04]
- **Node.js Version**: [e.g. 18.17.0]
- **Bear MCP Server Version**: [e.g. 1.0.0]
- **Bear App Version**: [e.g. 2.1.4]
- **Claude Desktop Version**: [e.g. 1.2.3]
## Configuration
```json
// Your MCP configuration (remove sensitive data)
{
"mcpServers": {
"bear": {
// configuration here
}
}
}
```
## Error Logs
```
// Paste any error logs here
```
## Screenshots
If applicable, add screenshots to help explain your problem.
## Service Health
Run the health check and paste the output:
```bash
# Health check command output
```
## Additional Context
Add any other context about the problem here.
## Checklist
- [ ] I have searched existing issues to ensure this is not a duplicate
- [ ] I have provided all the requested information
- [ ] I have tested with the latest version
- [ ] I have checked the documentation