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]);