docs: add MCP_UV_CACHE_DIR to environment variables reference

This commit is contained in:
Ishaan Jaffer 2026-04-13 14:34:09 -07:00
parent c01c36acab
commit c2ef164396
No known key found for this signature in database

View file

@ -594,6 +594,7 @@ router_settings:
| DEFAULT_MCP_SEMANTIC_FILTER_SIMILARITY_THRESHOLD | Default similarity threshold for MCP semantic tool filtering. Default is 0.3
| DEFAULT_MCP_SEMANTIC_FILTER_TOP_K | Default number of top results to return for MCP semantic tool filtering. Default is 10
| MCP_NPM_CACHE_DIR | Directory for npm cache used by STDIO MCP servers. In containers the default (~/.npm) may not exist or be read-only. Default is `/tmp/.npm_mcp_cache`
| MCP_UV_CACHE_DIR | Directory for uv cache used by STDIO MCP servers running via `uvx`. In containers the default (~/.cache/uv) may not exist or be read-only. Default is `/tmp/.uv_mcp_cache`
| LITELLM_MCP_CLIENT_TIMEOUT | MCP client connection timeout in seconds (stdio and HTTP/SSE transports). Default is 60
| LITELLM_MCP_TOOL_LISTING_TIMEOUT | Timeout in seconds for listing tools from an MCP server. Default is 30
| LITELLM_MCP_METADATA_TIMEOUT | HTTP client timeout in seconds for OAuth metadata fetching. Default is 10