kicad-mcp/kicad_mcp/tools/__init__.py
Lama f50a2ce1af Enhance PCB thumbnail generation with robust fallback methods
Implements a more reliable PCB thumbnail generation feature using two methods:
- Primary: pcbnew Python module for high-quality rendering
- Fallback: pcbnew_cli for environments without Python modules

Adds detailed progress reporting and comprehensive error handling.
Includes documentation in docs/thumbnail_guide.md.
2025-03-20 03:16:14 -04: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