mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
style(mcp): format discoverable endpoints
This commit is contained in:
parent
eae390b16d
commit
96e4de3c48
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue