mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix mcp_servers_from_path
This commit is contained in:
parent
45f835227b
commit
c87e6a849b
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ if MCP_AVAILABLE:
|
|||
server_name = single_server_match.group(1)
|
||||
mcp_servers_from_path = [server_name]
|
||||
else:
|
||||
mcp_servers_from_path = [mcp_servers_str]
|
||||
mcp_servers_from_path = [servers_and_path]
|
||||
return mcp_servers_from_path
|
||||
|
||||
async def extract_mcp_auth_context(scope, path):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue