From b257778bc9ccb2c0c8ed9c5d69d97ac4cc217f6a Mon Sep 17 00:00:00 2001 From: KiCAD MCP Bot Date: Wed, 31 Dec 2025 11:11:54 -0500 Subject: [PATCH] docs: Add attribution for local symbol library search to @l3wi Properly credits @l3wi for the local symbol library search implementation from PR #25, which provides the foundation for our dual-mode JLCPCB integration. Co-Authored-By: l3wi --- docs/JLCPCB_USAGE_GUIDE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/JLCPCB_USAGE_GUIDE.md b/docs/JLCPCB_USAGE_GUIDE.md index 1aaf4ac..fd2fa76 100644 --- a/docs/JLCPCB_USAGE_GUIDE.md +++ b/docs/JLCPCB_USAGE_GUIDE.md @@ -2,11 +2,16 @@ The KiCAD MCP Server provides **two complementary approaches** for working with JLCPCB parts: -1. **Local Symbol Libraries** - Search JLCPCB libraries installed via KiCad PCM +1. **Local Symbol Libraries** - Search JLCPCB libraries installed via KiCad PCM _(contributed by [@l3wi](https://github.com/l3wi) in [PR #25](https://github.com/mixelpixx/KiCAD-MCP-Server/pull/25))_ 2. **JLCPCB API Integration** - Access the complete 100k+ parts catalog with real-time pricing Both approaches can be used together to give you maximum flexibility. +## Credits + +- **Local Symbol Library Search**: Implementation by [@l3wi](https://github.com/l3wi) - [PR #25](https://github.com/mixelpixx/KiCAD-MCP-Server/pull/25) +- **JLCPCB API Integration**: Built on top of the local library foundation + --- ## Approach 1: Local Symbol Libraries (Recommended for Getting Started)