38 lines
1.0 KiB
Markdown
38 lines
1.0 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or issue with the KiCad MCP Server
|
|
title: "[BUG] "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Bug Description
|
|
<!-- A clear and concise description of the bug -->
|
|
|
|
## Environment
|
|
- Operating System: <!-- e.g., macOS 13.4, Windows 11, Ubuntu 22.04 -->
|
|
- Python Version: <!-- e.g., 3.10.5 -->
|
|
- KiCad Version: <!-- e.g., 9.0.2 -->
|
|
- MCP Client: <!-- e.g., Claude Desktop, custom client -->
|
|
- KiCad MCP Server Version/Commit: <!-- e.g., v0.1.0, commit hash -->
|
|
|
|
## Steps to Reproduce
|
|
<!-- Detailed steps to reproduce the bug -->
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected Behavior
|
|
<!-- What you expected to happen -->
|
|
|
|
## Actual Behavior
|
|
<!-- What actually happened, including any error messages, logs, or screenshots -->
|
|
|
|
## Logs
|
|
<!-- If applicable, include relevant log output. You can find logs at:
|
|
- On macOS: ~/Library/Logs/Claude/mcp-server-kicad.log
|
|
- On Windows: [Path to logs]
|
|
- On Linux: [Path to logs] -->
|
|
|
|
## Additional Context
|
|
<!-- Any other information that might be relevant to the issue --> |