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 ad73ac7 commit bc62350Copy full SHA for bc62350
src/extension/ui/src/Constants.ts
@@ -1,7 +1,7 @@
1
export const MCP_POLICY_NAME = "MCP=*";
2
export const DD_BUILD_WITH_SECRET_SUPPORT = 184396;
3
-// export const CATALOG_URL = "http://localhost:8811/catalog.yaml";
4
-export const CATALOG_URL = "https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/refs/heads/main/prompts/catalog.yaml";
+export const CATALOG_URL = "http://localhost:9911/catalog.yaml";
+// export const CATALOG_URL = "https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/refs/heads/main/prompts/catalog.yaml";
5
6
export const getUnsupportedSecretMessage = (ddVersion: {
7
version: string;
0 commit comments