Revise README for version 2.1.0-alpha

Updated README.md to include new features, installation instructions, and usage examples for version 2.1.0-alpha.
This commit is contained in:
mixelpixx
2025-11-30 14:39:25 -05:00
committed by GitHub
parent 319473b1d8
commit 050ca8db62

View File

@@ -1,6 +1,6 @@
# KiCAD MCP Server # KiCAD MCP Server
A production-ready Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with KiCAD for PCB design automation. Built on the MCP 2025-06-18 specification, this server provides comprehensive tool schemas and real-time project state access for intelligent PCB design workflows. A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with KiCAD for PCB design automation. Built on the MCP 2025-06-18 specification, this server provides comprehensive tool schemas and real-time project state access for intelligent PCB design workflows.
## Overview ## Overview
@@ -495,3 +495,4 @@ If you use this project in your research or publication, please cite:
version = {2.1.0-alpha} version = {2.1.0-alpha}
} }
``` ```