---
name: Bug Report
about: Create a report to help us improve
title: '[Bug] '
labels: bug
assignees: ''
---
## Describe the Bug
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Configure '...'
2. Run '...'
3. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Error Message
```
Paste any error messages here
```
## Environment
- **OS**: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04]
- **Node.js**: [e.g., 18.19.0]
- **claude-team version**: [e.g., 0.4.0]
- **IDE**: [e.g., Claude Code, Windsurf, Cursor]
## Configuration
```json
// Your MCP config (remove API keys!)
{
"mcpServers": {
"claude-team": {
"env": {
"CLAUDE_TEAM_MAIN_MODEL": "..."
}
}
}
}
```
## Additional Context
Add any other context about the problem here.