remove bad merge

This commit is contained in:
Ido Salomon
2025-04-12 00:13:52 +03:00
parent 53152e3fb1
commit d798d1a132

View File

@@ -174,8 +174,6 @@ const App = () => {
env, env,
bearerToken, bearerToken,
headerName, headerName,
proxyServerUrl: getMCPProxyAddress(config),
requestTimeout: getMCPServerRequestTimeout(config),
config, config,
onNotification: (notification) => { onNotification: (notification) => {
setNotifications((prev) => [...prev, notification as ServerNotification]); setNotifications((prev) => [...prev, notification as ServerNotification]);