---
name: Bug Report
about: Report a bug or unexpected behavior
title: '[BUG] '
labels: bug, needs-triage
assignees: trose
---
## Bug Description
**Clear and concise description of the bug**
## Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Expected Behavior
**Clear and concise description of what you expected to happen**
## Actual Behavior
**Clear and concise description of what actually happened**
## Environment Information
- **OS**: [e.g. macOS 14.0, Ubuntu 22.04, Windows 11]
- **Python Version**: [e.g. 3.10.8]
- **Package Version**: [e.g. 1.0.0]
- **MCP Client**: [e.g. Claude Desktop, Custom]
## Installation Method
- [ ] PyPI (`pip install ice-locator-mcp`)
- [ ] Source (`git clone` + `pip install -e .`)
- [ ] Docker
- [ ] Other: ___________
## Configuration
**Relevant configuration details (sanitize sensitive information)**
```yaml
# Your configuration here (remove sensitive data)
```
## Log Output
**Include relevant log output (sanitize sensitive information)**
```
Paste log output here
```
## Screenshots
**If applicable, add screenshots to help explain the problem**
## Search Query Details (if search-related)
**For search-related issues, include details about the search:**
- Search type: [name/alien-number/natural-language]
- Query details: [sanitized search parameters]
- Expected vs actual results
## Additional Context
**Any other context about the problem**
## Possible Solution
**If you have a suggestion for how to fix the bug**
---
### For Maintainers
- [ ] Bug reproduced locally
- [ ] Logs reviewed and analyzed
- [ ] Root cause identified
- [ ] Fix implemented and tested
- [ ] Documentation updated if needed