---
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. Index files in '...'
2. Search for '....'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
What actually happened instead.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- OS: [e.g. Ubuntu 22.04, macOS 13.0]
- Python version: [e.g. 3.8, 3.10]
- Code-Index-MCP version: [e.g. 1.2.0]
- Installation method: [e.g. pip, docker, from source]
**Logs**
Please include relevant log output:
```
paste logs here
```
**Additional context**
Add any other context about the problem here.
**Possible solution**
If you have ideas on how to fix this issue, please share them.