Skip to content

health-check documentation is insufficient, lacking the actual path /health #1223

@frederik-b

Description

@frederik-b

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions