---
name: Bug Report
about: Create a report to help us improve Iris MCP
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps to Reproduce
1. Go to '...'
2. Run command '...'
3. Configure '...'
4. See error
## 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
- **OS**: [e.g., macOS 14.2, Ubuntu 22.04]
- **Node.js version**: [e.g., 20.10.0]
- **Iris MCP version**: [e.g., 1.0.0]
- **pnpm version**: [e.g., 8.15.0]
## Configuration
Please provide your `teams.json` configuration (sanitize sensitive paths):
```json
{
"settings": {
"idleTimeout": 300000,
"maxProcesses": 10
},
"teams": {
"example": {
"path": "/path/to/project",
"description": "Example team"
}
}
}
```
## Logs
Please provide relevant logs from stderr:
```
Paste logs here
```
## Additional Context
Add any other context about the problem here (screenshots, related issues, etc.)