---
name: Bug Report
about: Create a report to help us improve AGI-MCP
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
<!-- A clear and concise description of what the bug is -->
## To Reproduce
Steps to reproduce the behavior:
1. Configure AGI-MCP with '...'
2. Execute tool '...'
3. Observe error '...'
4. See error
## Expected Behavior
<!-- A clear and concise description of what you expected to happen -->
## Actual Behavior
<!-- What actually happened -->
## Error Messages
```
Paste any error messages or stack traces here
```
## Environment
- **AGI-MCP Version**: [e.g., 1.0.0]
- **Node.js Version**: [e.g., 20.10.0]
- **OS**: [e.g., Ubuntu 22.04, macOS 14.0, Windows 11]
- **MCP Client**: [e.g., Claude Desktop, Cline]
- **Installation Method**: [npm install, git clone]
## Configuration
<!-- If relevant, share your configuration (remove any sensitive data) -->
```json
{
"hooks": {},
"subagents": []
}
```
## Database State
- **Database exists**: [yes/no]
- **Database size**: [e.g., 1.5 MB]
- **Recent errors in logs**: [yes/no]
## Logs
<!-- Paste relevant logs from memory/logs/ -->
```
Paste logs here
```
## Screenshots
<!-- If applicable, add screenshots to help explain the problem -->
## Additional Context
<!-- Add any other context about the problem here -->
## Possible Solution
<!-- If you have ideas on how to fix this, please share -->
## Related Issues
<!-- Link to any related issues -->
## Checklist
- [ ] I have searched existing issues to avoid duplicates
- [ ] I have included all relevant error messages
- [ ] I have provided my environment details
- [ ] I have included steps to reproduce
- [ ] I have checked the documentation