@echo off
REM Windows batch script to run MCP server in WSL
REM This bridges Claude Desktop (Windows) with the containerized MCP server (WSL)
REM Run the WSL script and pass through stdin/stdout for MCP communication
wsl.exe -d Ubuntu bash -c "cd /home/micro/development/mcphue && ./run-docker-mcp.sh"