Files
ableton-mcp-ai/firewall_fix.md

413 B

Firewall Fix for WSL2 -> Ableton MCP

Abrir PowerShell como Administrador y ejecutar:

New-NetFirewallRule -DisplayName "Ableton MCP WSL" -Direction Inbound -LocalPort 9877 -Protocol TCP -Action Allow

Después de ejecutar, verificar:

netstat -an | findstr 9877

Debe mostrar:

TCP    0.0.0.0:9877    0.0.0.0:0    LISTENING

Y desde WSL debería poder conectarse.