- Schritt 1: Klonen Sie das Repository mit `git clone https://github.com/brunonuzzi/evo-mcp.git`
- Schritt 2: Erstellen Sie das Docker-Image mit `docker build --pull --rm -f'Dockerfile' -t'mcp-evo-supergateway:latest' .`
- Schritt 3: Führen Sie den Container mit `docker run -it --rm -p 8000:8000 mcp-evo-supergateway:latest` aus
- Schritt 4: Setzen Sie die Umgebungsvariablen `EVOLUTION_APIKEY`, `EVOLUTION_INSTANCE` und `EVOLUTION_API_BASE` nach Bedarf
- Schritt 5: Greifen Sie auf den SSE-Server unter `http://localhost:8000/sse` zu, um remote zu kommunizieren.