kicad-mcp/mckicad/tools/__init__.py
Ryan Malloy 687e14bd11 Rename project from kicad-mcp to mckicad
Rename source directory kicad_mcp/ → mckicad/, update all imports,
pyproject.toml metadata, documentation references, Makefile targets,
and .gitignore paths. All 195 tests pass.
2026-02-13 00:53:59 -07:00

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
"""