I had to read through discussions on closed issues to figure out that the actual path that is usable is "/health".
I think a simple example like:
npx mongodb-mcp-server@latest --transport http --httpHost 0.0.0.0 --httpPort 3000 --monitoringServerHost 0.0.0.0 --monitoringServerPort 8080 &
curl 0.0.0.0:8080/health
would not be wasted.
But at least it should be findable within the documentation that the health-check route is /health.
Or maybe make it configurable and document the default setting, or make it respond to any path.
I had to read through discussions on closed issues to figure out that the actual path that is usable is "/health".
I think a simple example like:
would not be wasted.
But at least it should be findable within the documentation that the
health-checkroute is/health.Or maybe make it configurable and document the default setting, or make it respond to any path.