1.5 KiB
1.5 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Pull Request | Submit a pull request to contribute to the KiCad MCP Server |
Description
Related Issue(s)
Type of Change
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Performance improvement
- Code refactoring (no functional changes)
- Other (please describe):
Testing Performed
- Added new unit tests
- Manually tested on macOS
- Manually tested on Windows
- Manually tested on Linux
- Integration tested with Claude Desktop or other MCP client
Screenshots/Output
Checklist
- My code follows the project's coding style
- I have commented my code, particularly in hard-to-understand areas
- I have updated the documentation to reflect my changes
- My changes generate no new warnings or errors
- I have checked that my changes work on all supported platforms
- New and existing unit tests pass with my changes