59 lines
888 B
Markdown
59 lines
888 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a defect in iai-mcp
|
|
title: "[bug] "
|
|
labels: bug
|
|
---
|
|
|
|
## Summary
|
|
|
|
<!-- One sentence describing what is wrong. -->
|
|
|
|
## Environment
|
|
|
|
- iai-mcp version: `iai-mcp --version`
|
|
- macOS version:
|
|
- Python version: `python --version`
|
|
- Node version: `node --version`
|
|
- MCP host (Claude Code / Claude Desktop / other):
|
|
|
|
## Steps to reproduce
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected behaviour
|
|
|
|
<!-- What should have happened. -->
|
|
|
|
## Actual behaviour
|
|
|
|
<!-- What actually happened. -->
|
|
|
|
## Doctor output
|
|
|
|
```
|
|
$ iai-mcp doctor
|
|
<paste full output here>
|
|
```
|
|
|
|
## Daemon status
|
|
|
|
```
|
|
$ iai-mcp daemon status
|
|
<paste output here>
|
|
```
|
|
|
|
## Relevant logs
|
|
|
|
If applicable, paste the last 30-50 lines from:
|
|
|
|
```
|
|
~/.iai-mcp/logs/daemon-YYYY-MM-DD.log
|
|
~/.iai-mcp/logs/capture-YYYY-MM-DD.log
|
|
```
|
|
|
|
## Additional context
|
|
|
|
<!-- Anything else that helps. Screenshots, related issues, suspected cause. -->
|