mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
style(mcp): wrap the resolve_openapi_upstream_auth call to the 120 col limit
This commit is contained in:
parent
040aa9d896
commit
8441ff3a6c
1 changed files with 4 additions and 1 deletions
|
|
@ -2788,7 +2788,10 @@ if MCP_AVAILABLE:
|
|||
|
||||
resolved_auth_headers: dict[str, str] | None = None
|
||||
if mcp_server:
|
||||
resolved_auth_headers, forwarded_headers = await global_mcp_server_manager.resolve_openapi_upstream_auth(
|
||||
(
|
||||
resolved_auth_headers,
|
||||
forwarded_headers,
|
||||
) = await global_mcp_server_manager.resolve_openapi_upstream_auth(
|
||||
mcp_server=mcp_server,
|
||||
oauth2_headers=oauth2_headers,
|
||||
raw_headers=raw_headers,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue