We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53152e3 commit d798d1aCopy full SHA for d798d1a
client/src/App.tsx
@@ -174,8 +174,6 @@ const App = () => {
174
env,
175
bearerToken,
176
headerName,
177
- proxyServerUrl: getMCPProxyAddress(config),
178
- requestTimeout: getMCPServerRequestTimeout(config),
179
config,
180
onNotification: (notification) => {
181
setNotifications((prev) => [...prev, notification as ServerNotification]);
0 commit comments