Skip to content

Commit 405dfc6

Browse files
committed
Url to use a local catalog
run on ai-mcp Signed-off-by: David Gageot <[email protected]>
1 parent b966f80 commit 405dfc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/ui/src/Constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const MCP_POLICY_NAME = "MCP=*";
22
export const DD_BUILD_WITH_SECRET_SUPPORT = 184396;
3-
export const CATALOG_URL =
4-
"https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/refs/heads/main/prompts/catalog.yaml";
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";
55

66
export const getUnsupportedSecretMessage = (ddVersion: {
77
version: string;

0 commit comments

Comments
 (0)