refac/fix

This commit is contained in:
Timothy Jaeryang Baek 2025-10-11 13:40:49 -05:00
parent 43a2881074
commit 74576b88f6

View file

@ -183,7 +183,7 @@ async def set_tool_servers_config(
) )
oauth_client_info = decrypt_data(oauth_client_info) oauth_client_info = decrypt_data(oauth_client_info)
await request.app.state.oauth_client_manager.add_client( request.app.state.oauth_client_manager.add_client(
f"{server_type}:{server_id}", f"{server_type}:{server_id}",
OAuthClientInformationFull(**oauth_client_info), OAuthClientInformationFull(**oauth_client_info),
) )