remove bad merge
This commit is contained in:
@@ -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]);
|
||||||
|
|||||||
Reference in New Issue
Block a user