fix: mcp env var (#2322)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user