This commit is contained in:
cliffhall
2025-04-21 11:40:01 -04:00
parent e5f6524eb6
commit 3a2e248527
2 changed files with 13 additions and 7 deletions

View File

@@ -296,8 +296,10 @@ export function useConnection({
mcpProxyServerUrl.searchParams.append("url", sseUrl);
break;
}
(mcpProxyServerUrl as URL).searchParams.append("transportType", transportType);
(mcpProxyServerUrl as URL).searchParams.append(
"transportType",
transportType,
);
try {
// Inject auth manually instead of using SSEClientTransport, because we're