From 96e4de3c480b19e50fa39d94dc0d804b67fd21d4 Mon Sep 17 00:00:00 2001 From: gym-cmd <186399764+gym-cmd@users.noreply.github.com> Date: Wed, 20 May 2026 18:56:11 +0100 Subject: [PATCH] style(mcp): format discoverable endpoints --- litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py b/litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py index e5e4fe5314c..8c0b7f2fd73 100644 --- a/litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py +++ b/litellm/proxy/_experimental/mcp_server/discoverable_endpoints.py @@ -37,6 +37,7 @@ router = APIRouter( tags=["mcp"], ) + def _prune_oauth_metadata_cache(now: Optional[float] = None) -> None: now = now if now is not None else time.time() expired_cache_keys = [