mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
docs: add MCP_UV_CACHE_DIR to environment variables reference
This commit is contained in:
parent
c01c36acab
commit
c2ef164396
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue