File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import Sidebar from "./components/Sidebar";
4545import ToolsTab from "./components/ToolsTab" ;
4646import { DEFAULT_INSPECTOR_CONFIG } from "./lib/constants" ;
4747import { InspectorConfig } from "./lib/configurationTypes" ;
48- import { getMCPProxyAddress , getMCPServerRequestTimeout } from "./utils/configUtils" ;
48+ import { getMCPProxyAddress } from "./utils/configUtils" ;
4949import { useToast } from "@/hooks/use-toast" ;
5050
5151const params = new URLSearchParams ( window . location . search ) ;
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ interface UseConnectionOptions {
4949 env : Record < string , string > ;
5050 bearerToken ?: string ;
5151 headerName ?: string ;
52- requestTimeout ?: number ;
5352 config : InspectorConfig ;
5453 onNotification ?: ( notification : Notification ) => void ;
5554 onStdErrNotification ?: ( notification : Notification ) => void ;
@@ -67,7 +66,6 @@ export function useConnection({
6766 env,
6867 bearerToken,
6968 headerName,
70- requestTimeout,
7169 config,
7270 onNotification,
7371 onStdErrNotification,
You can’t perform that action at this time.
0 commit comments