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,
bearerToken,
headerName,
proxyServerUrl: getMCPProxyAddress(config),
requestTimeout: getMCPServerRequestTimeout(config),
config,
onNotification: (notification) => {
setNotifications((prev) => [...prev, notification as ServerNotification]);