---
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
<!-- What you expected to happen -->
## Actual Behavior
<!-- What actually happened -->
## Error Messages
<!-- If applicable, paste any error messages or logs here -->
```
Paste error messages here
```
## Environment
- **OS**: <!-- e.g., macOS 14, Ubuntu 22.04, Windows 11 -->
- **Node.js version**: <!-- Run `node --version` -->
- **pnpm version**: <!-- Run `pnpm --version` -->
- **Claude Code version**: <!-- If applicable -->
- **MCP Server version**: <!-- Project version or commit hash -->
## Configuration
<!-- If relevant, share your MCP server configuration (redact sensitive info) -->
```json
{
"mcpServers": {
"second-brain": {
...
}
}
}
```
## Additional Context
<!-- Add any other context about the problem here -->
## Possible Solution
<!-- If you have suggestions on how to fix the bug, describe them here -->