Skip to content

Commit f641aa0

Browse files
committed
Revert re-parsing url
1 parent fe82742 commit f641aa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/lib/hooks/useConnection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ export function useConnection({
280280
return;
281281
}
282282
let mcpProxyServerUrl;
283-
284283
switch (transportType) {
285284
case "stdio":
286285
mcpProxyServerUrl = new URL(`${getMCPProxyAddress(config)}/stdio`);

0 commit comments

Comments
 (0)