Description
With jwt token validation enabled on MCP servers, all calls to the endpoint expects a token or throws a 401 expectedly.
When deploying to kubernetes, looking for an endpoint which returns health check 200 OK GET response without expecting token so it can be used to configure readiness and liveliness checks for auto scaling etc.
Does such an endpoint exist? If so, can you please share details or add if not present? This isvery important for auto scaling, resiliency etc.
Appreciate your inputs.
References
No response