We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a75dd7b + a414033 commit 06fcc74Copy full SHA for 06fcc74
client/src/utils/configUtils.ts
@@ -6,7 +6,7 @@ export const getMCPProxyAddress = (config: InspectorConfig): string => {
6
if (proxyFullAddress) {
7
return proxyFullAddress;
8
}
9
- return `http://${window.location.hostname}:${DEFAULT_MCP_PROXY_LISTEN_PORT}`;
+ return `${window.location.protocol}//${window.location.hostname}:${DEFAULT_MCP_PROXY_LISTEN_PORT}`;
10
};
11
12
export const getMCPServerRequestTimeout = (config: InspectorConfig): number => {
0 commit comments