---
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. Go to '...'
2. Execute '...'
3. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- **OS**: [e.g., macOS 14.0, Ubuntu 22.04, Windows 11]
- **Node.js Version**: [e.g., 18.17.0]
- **Package Version**: [e.g., 0.1.11]
- **MCP Client**: [e.g., Claude Desktop, Gemini CLI, VS Code]
## Error Messages
```
Paste any error messages or stack traces here
```
## Configuration
```json
// Share relevant parts of your configuration (remember to remove API keys!)
{
"mcpServers": {
"ai-archive": {
// ...
}
}
}
```
## Additional Context
Add any other context about the problem here (screenshots, logs, etc.)