From 949b0852572e90bb84b9b23cb256405701168602 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 21 Jan 2026 17:24:21 -0500 Subject: [PATCH] docs: update STATUS.md for KiCAD MCP validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document KiCAD-MCP-Server as host-only requiring KiCAD to be installed on the host machine. Update container naming prefix to KNELDevStack-AIMW-. 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush --- STATUS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STATUS.md b/STATUS.md index cf1f505..bfce2bb 100644 --- a/STATUS.md +++ b/STATUS.md @@ -4,7 +4,7 @@ Tracking the setup and validation of MCP/LSP servers via Docker Compose. | Repository | Status | Notes | |------------|--------|-------| -| KiCAD-MCP-Server | Pending | | +| KiCAD-MCP-Server | Documented | Host-only - requires KiCAD installed on host. Connects via TCP to KICAD_HOST:KICAD_PORT | | freecad-mcp | Pending | | | blender-mcp | Pending | | | context7 | Pending | | @@ -54,4 +54,4 @@ To rebuild a server after changes: docker compose build --no-cache ``` -Note: Use lowercase service names from the compose file. Container names will still be prefixed with CDS-AIMW-. +Note: Use lowercase service names from the compose file. Container names will still be prefixed with KNELDevStack-AIMW-.