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
> **Note:** The default transport is `stdio`, which is suitable for integration with most MCP clients. Use `http` transport if you need to interact with the server over HTTP.
279
279
280
-
##### Monitoring server (health check and metrics)
280
+
##### Monitoring server health checks
281
281
282
282
When running with `--transport http`, you can optionally start a **separate** monitoring HTTP server that exposes a health-check endpoint and, optionally, a metrics endpoint. It listens on its own host and port, independent of the main MCP HTTP server, so you can keep it on an internal-only interface.
283
283
@@ -286,7 +286,7 @@ The monitoring server is only started when **both** `--monitoringServerHost` and
0 commit comments