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 <l3wi@users.noreply.github.com>
This commit is contained in:
KiCAD MCP Bot
2025-12-31 11:11:54 -05:00
parent 4c6514eb6b
commit b257778bc9

View File

@@ -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)