Open
Description
Describe the bug
When hosted in k8, we need to provide liveness and healthcheck urls. But In case we implement mcp auth middleware, there is no provision to escape these routes. So K8 pods will crash loop due to auth issue and never come up.
Allow user provided routes to passthrough requireBearerAuth
middleware.