fix: mcp env var (#2322)

This commit is contained in:
cthomas
2025-05-21 16:05:02 -07:00
committed by GitHub
parent f10a15a8ac
commit 8e1828cd9c
2 changed files with 2 additions and 1 deletions

View File

@@ -1754,6 +1754,7 @@ class SyncServer(Server):
server_name=server_name,
command=server_params_raw["command"],
args=server_params_raw.get("args", []),
env=server_params_raw.get("env", {}),
)
mcp_server_list[server_name] = server_params
except Exception as e: