From d798d1a132a17b8af2a0c670882e86bb2744412c Mon Sep 17 00:00:00 2001 From: Ido Salomon Date: Sat, 12 Apr 2025 00:13:52 +0300 Subject: [PATCH] remove bad merge --- client/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 61a5b69..8d17db4 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -174,8 +174,6 @@ const App = () => { env, bearerToken, headerName, - proxyServerUrl: getMCPProxyAddress(config), - requestTimeout: getMCPServerRequestTimeout(config), config, onNotification: (notification) => { setNotifications((prev) => [...prev, notification as ServerNotification]);