Regionale QA über Proxy¶
Der GeoIP-Proxy-Abgleich hält Netzwerkregion und Browser-fingerprint konsistent.
npm¶
PLAYWRIGHT_MCP_PROXY_SERVER="http://user:pass@proxy.example:8080" \
CLOAK_PLAYWRIGHT_MCP_GEOIP_PROXY_MATCH=true \
npx -y cloakbrowser-mcp@latest
Kodieren Sie Sonderzeichen in proxy credentials per percent-encoding.
Docker¶
docker run --rm --init -i \
-e PLAYWRIGHT_MCP_PROXY_SERVER="http://user:pass@proxy.example:8080" \
-e CLOAK_PLAYWRIGHT_MCP_GEOIP_PROXY_MATCH=true \
-v "$PWD/artifacts:/data" \
swimmwatch/cloakbrowser-mcp:latest
Streamable-HTTP-Sitzungsmetadaten¶
{
"params": {
"_meta": {
"io.github.swimmwatch/cloakbrowser-mcp": {
"proxyServer": "http://user:pass@proxy.example:8080",
"proxyBypass": ".internal,localhost",
"geoipProxyMatch": true
}
}
}
}
Bestehende Sitzungen behalten den proxy aus initialize; erstellen Sie eine neue Sitzung, um die Region zu wechseln.