mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
style: black format mcp_server_manager.py
This commit is contained in:
parent
563e05ebfa
commit
d8dbb46dcf
1 changed files with 3 additions and 3 deletions
|
|
@ -191,9 +191,9 @@ class MCPServerManager:
|
|||
) -> None:
|
||||
raw = getattr(client, "_last_initialize_instructions", None)
|
||||
if raw and str(raw).strip():
|
||||
self._upstream_initialize_instructions_by_server_id[server.server_id] = (
|
||||
str(raw).strip()
|
||||
)
|
||||
self._upstream_initialize_instructions_by_server_id[server.server_id] = str(
|
||||
raw
|
||||
).strip()
|
||||
|
||||
def get_registry(self) -> Dict[str, MCPServer]:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue