# PowerShell script to run MCP server in WSL
# This bridges Claude Desktop (Windows) with the containerized MCP server (WSL)
# 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"