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.
1 parent 66abc3b commit 7dc7b09Copy full SHA for 7dc7b09
client/src/utils/configUtils.ts
@@ -5,7 +5,7 @@ import {
5
} from "@/lib/constants";
6
7
export const getMCPProxyAddress = (config: InspectorConfig): string => {
8
- var proxyFullAddress = config.MCP_PROXY_FULL_ADDRESS.value as string;
+ let proxyFullAddress = config.MCP_PROXY_FULL_ADDRESS.value as string;
9
if (proxyFullAddress) {
10
proxyFullAddress = proxyFullAddress.replace(/\/+$/, "");
11
return proxyFullAddress;
0 commit comments