Update
This commit is contained in:
parent
739ff9dc27
commit
09c5b30f15
7 changed files with 335 additions and 0 deletions
59
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
59
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
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. -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue