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 9a992cc commit 892e3a2Copy full SHA for 892e3a2
src/config/constants.ts
@@ -81,7 +81,7 @@ export const STANDARD_PROTOCOLS = new Set([
81
"javascript:",
82
]);
83
84
-export const EXCEPTION_HOSTS = new Set(["playground.ai.cloudflare.com", "mcp.docker.com"]);
+export const EXCEPTION_HOSTS = new Set(["playground.ai.cloudflare.com", "mcp.docker.com", "mcptotal.io"]);
85
86
export const PKCE_CONFIG = {
87
CODE_VERIFIER_LENGTH: 64,
0 commit comments