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";
45
45
import ToolsTab from "./components/ToolsTab" ;
46
46
import { DEFAULT_INSPECTOR_CONFIG } from "./lib/constants" ;
47
47
import { InspectorConfig } from "./lib/configurationTypes" ;
48
- import { getMCPProxyAddress , getMCPServerRequestTimeout } from "./utils/configUtils" ;
48
+ import { getMCPProxyAddress } from "./utils/configUtils" ;
49
49
import { useToast } from "@/hooks/use-toast" ;
50
50
51
51
const params = new URLSearchParams ( window . location . search ) ;
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ interface UseConnectionOptions {
49
49
env : Record < string , string > ;
50
50
bearerToken ?: string ;
51
51
headerName ?: string ;
52
- requestTimeout ?: number ;
53
52
config : InspectorConfig ;
54
53
onNotification ?: ( notification : Notification ) => void ;
55
54
onStdErrNotification ?: ( notification : Notification ) => void ;
@@ -67,7 +66,6 @@ export function useConnection({
67
66
env,
68
67
bearerToken,
69
68
headerName,
70
- requestTimeout,
71
69
config,
72
70
onNotification,
73
71
onStdErrNotification,
You can’t perform that action at this time.
0 commit comments