---
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.
2.
3.
4.
## 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
**Backing Store:**
- [ ] Filesystem
- [ ] PostgreSQL
**Interface:**
- [ ] MCP Server
- [ ] REST API
- [ ] React UI
**System Information:**
- OS: [e.g., Ubuntu 22.04, macOS 13.0, Windows 11]
- Python Version: [e.g., 3.10.5]
- Package Version: [e.g., 0.1.0]
**PostgreSQL (if applicable):**
- Version: [e.g., 14.5]
- Connection method: [e.g., local, Docker, remote]
## Logs
<!-- Include relevant logs, error messages, or stack traces -->
```
Paste logs 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 suggestions on how to fix the bug, please describe them here -->
## Related Issues
<!-- Link to related issues if any -->