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 0af920c commit c96fad4Copy full SHA for c96fad4
src/extension/ui/src/Constants.ts
@@ -1,6 +1,6 @@
1
export const MCP_POLICY_NAME = 'MCP=*';
2
export const DD_BUILD_WITH_SECRET_SUPPORT = 184396;
3
-// 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";
4
export const CATALOG_URL = import.meta.env.DEV
5
? '/catalog'
6
: 'https://desktop.docker.com/mcp/catalog/catalog.yaml';
0 commit comments