Skip to content

Commit a010f10

Browse files
committed
remove bad merges
1 parent d798d1a commit a010f10

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import Sidebar from "./components/Sidebar";
4545
import ToolsTab from "./components/ToolsTab";
4646
import { DEFAULT_INSPECTOR_CONFIG } from "./lib/constants";
4747
import { InspectorConfig } from "./lib/configurationTypes";
48-
import { getMCPProxyAddress, getMCPServerRequestTimeout } from "./utils/configUtils";
48+
import { getMCPProxyAddress } from "./utils/configUtils";
4949
import { useToast } from "@/hooks/use-toast";
5050

5151
const params = new URLSearchParams(window.location.search);

client/src/lib/hooks/useConnection.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)