diff --git a/docker-compose.yml b/docker-compose.yml index 7fefe69..d22f03a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,8 @@ services: # ========================================== # KiCAD MCP - PCB design automation + # NOTE: Requires KiCAD to be installed on host machine + # The MCP server connects to an existing KiCAD instance via TCP kicad-mcp: build: context: ./vendor/KiCAD-MCP-Server @@ -12,6 +14,8 @@ services: restart: unless-stopped environment: - NODE_ENV=production + - KICAD_HOST=${KICAD_HOST:-host.docker.internal} + - KICAD_PORT=${KICAD_PORT:-5555} command: ["node", "dist/index.js"] profiles: - dev