bug_report.md•1.86 kB
---
name: Bug Report
about: Report a bug or issue with the MCP server
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
**Clear and concise description of the bug:**
(What went wrong?)
## Steps to Reproduce
1.
2.
3.
4.
## Expected Behavior
(What should happen?)
## Actual Behavior
(What actually happened?)
## Error Messages
```
(Paste any error messages, stack traces, or logs here)
```
## Environment
**System Information:**
- OS: [e.g., Windows 11, macOS 13, Ubuntu 22.04]
- Python Version: [e.g., 3.11.5]
- MCP Server Version/Commit: [e.g., main branch, commit abc123]
**Installation Method:**
- [ ] Installed via pip install -r requirements.txt
- [ ] Custom installation
- [ ] Development setup
**MCP Client:**
- [ ] Claude Desktop
- [ ] Custom MCP client
- [ ] Command line (launch.py)
## Configuration
**Relevant configuration (redact sensitive info):**
```yaml
# config.yaml settings (if relevant)
```
```bash
# .env settings (REDACT API KEYS)
```
## Character/Build Information (if applicable)
**Character Name:** (if relevant)
**Account Name:** (if relevant - can be redacted)
**Issue with MCP Tool:** [e.g., analyze_character, optimize_gear]
## Logs
**Server logs (from logs/poe2_optimizer.log):**
```
(Paste relevant log entries here - last 50 lines before error)
```
**Claude Desktop logs (if using Claude Desktop):**
```
(Paste stderr output if available)
```
## Additional Context
(Any other information about the problem)
**Screenshots:**
(If applicable, add screenshots to help explain the problem)
## Checklist
- [ ] I have searched existing issues to avoid duplicates
- [ ] I have included error messages and logs
- [ ] I have redacted all sensitive information (API keys, credentials)
- [ ] I can reproduce this issue consistently
- [ ] I am using the latest version from the main branch