---
name: Bug Report
about: Report something that isn't working as expected
title: "[BUG] "
labels: ["status:needs-clarification", "type:bug"]
assignees: ''
---
## Description
A clear and concise description of what the bug is.
## Steps to Reproduce
Steps to reproduce the behavior:
1. ...
2. ...
3. ...
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened instead.
## Environment
- **OS**: (e.g., Ubuntu 22.04, macOS 13.5, Windows 11)
- **Node.js Version**: (output of `node --version`)
- **ATLAS-GATE-MCP Version**: (check `package.json`)
- **NPM Version**: (output of `npm --version`)
## Logs & Error Messages
If applicable, include:
- Error messages (copy-paste exact text)
- Stack trace
- Relevant log entries from `audit-log.jsonl`
```
Paste logs here
```
## Minimal Reproduction
If possible, provide:
- Minimal code or steps to reproduce
- Configuration file (redact sensitive info)
- Plan file (if relevant)
## Additional Context
Any other context that might help:
- Is this blocking your work?
- Does it happen consistently or intermittently?
- What were you trying to accomplish?
---
**Checklist before submitting:**
- [ ] I searched existing issues (no duplicates)
- [ ] I'm using a supported Node.js version (18+)
- [ ] I've included environment details
- [ ] I've included steps to reproduce
- [ ] I've included error messages/logs