You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2026. It is now read-only.
Podman Desktop on macOS works well with the MCP Optimizer. But on Windows, the optimizer cannot find the API server during its port scan on host.docker.internal. That host exists in Podman Desktop, but on Windows, it resolves to the WSL Linux host that the podman engine runs under, not the Windows host which is where the thv API server is listening.
This is different than the behavior with Docker Desktop in Windows, which DOES return the Windows host for host.docker.internal.
Podman Desktop on macOS works well with the MCP Optimizer. But on Windows, the optimizer cannot find the API server during its port scan on
host.docker.internal. That host exists in Podman Desktop, but on Windows, it resolves to the WSL Linux host that the podman engine runs under, not the Windows host which is where the thv API server is listening.This is different than the behavior with Docker Desktop in Windows, which DOES return the Windows host for
host.docker.internal.There's a longstanding issue in the podman repo about this: containers/podman#14933