Rename source directory kicad_mcp/ → mckicad/, update all imports, pyproject.toml metadata, documentation references, Makefile targets, and .gitignore paths. All 195 tests pass.
10 lines
182 B
Python
10 lines
182 B
Python
"""
|
|
Tool handlers for KiCad MCP Server.
|
|
|
|
This package includes:
|
|
- Project management tools
|
|
- Analysis tools
|
|
- Export tools (BOM extraction, PCB thumbnail generation)
|
|
- DRC tools
|
|
"""
|