From 5dd2dbe760a3efde5a14ae72c85b45ee15e0834a Mon Sep 17 00:00:00 2001 From: Lama Date: Thu, 20 Mar 2025 02:47:45 -0400 Subject: [PATCH] rename drc_resource.py to drc_resources.py and update readme --- README.md | 11 +++++------ .../resources/{drc_resource.py => drc_resources.py} | 0 2 files changed, 5 insertions(+), 6 deletions(-) rename kicad_mcp/resources/{drc_resource.py => drc_resources.py} (100%) diff --git a/README.md b/README.md index e39db2d..d087966 100644 --- a/README.md +++ b/README.md @@ -207,12 +207,11 @@ Want to contribute to the KiCad MCP Server? Here's how you can help improve this Interested in contributing? Here are some ideas for future development: -1. Add Design Rule Check (DRC) report generation and parsing -2. Implement 3D model visualization tools -3. Create PCB review tools with annotations -4. Add support for generating manufacturing files -5. Implement component search tools -6. Add tests! +1. Implement 3D model visualization tools +2. Create PCB review tools with annotations +3. Add support for generating manufacturing files +4. Implement component search tools +5. Add tests! ## License diff --git a/kicad_mcp/resources/drc_resource.py b/kicad_mcp/resources/drc_resources.py similarity index 100% rename from kicad_mcp/resources/drc_resource.py rename to kicad_mcp/resources/drc_resources.py