Skip to content

Commit c96fad4

Browse files
committed
Put back test url
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 0af920c commit c96fad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/ui/src/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const MCP_POLICY_NAME = 'MCP=*';
22
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";
3+
// export const CATALOG_URL = "http://localhost:9911/catalog.yaml";
44
export const CATALOG_URL = import.meta.env.DEV
55
? '/catalog'
66
: 'https://desktop.docker.com/mcp/catalog/catalog.yaml';

0 commit comments

Comments
 (0)