Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 3a4c406

Browse files
committed
Sync
Signed-off-by: David Gageot <[email protected]>
1 parent 126ea25 commit 3a4c406

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

prompts/catalog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ registry:
166166
title: Redis
167167
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/redis.md
168168
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/redis.md
169-
source: https://github.com/redis/mcp-redis/tree/refs/pull/8/merge
169+
source: https://github.com/redis/mcp-redis/tree/main
170170
icon: https://avatars.githubusercontent.com/u/1529926?v=4
171171
tools:
172172
- name: client_list

prompts/mcp/readmes/redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Attribute|Details|
1111
**Docker Image**|[mcp/redis](https://hub.docker.com/repository/docker/mcp/redis)
1212
**Author**|[redis](https://github.com/redis)
1313
**Repository**|https://github.com/redis/mcp-redis
14-
**Dockerfile**|https://github.com/redis/mcp-redis/blob/refs/pull/8/merge/Dockerfile
14+
**Dockerfile**|https://github.com/redis/mcp-redis/blob/main/Dockerfile
1515
**Docker Image built by**|Docker Inc.
1616
**Docker Scout Health Score**| ![Docker Scout Health Score](https://api.scout.docker.com/v1/policy/insights/org-image-score/badge/mcp/redis)
1717
**Verify Signature**|`COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/redis --key https://registry.scout.docker.com/keyring/dhi/latest`

prompts/mcp/redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ mcp:
1717
REDIS_CA_CERTS: "{{redis.ca_certs}}"
1818
REDIS_CLUSTER_MODE: "{{redis.cluster_mode}}"
1919
source:
20-
url: https://github.com/redis/mcp-redis/tree/refs/pull/8/merge
20+
url: https://github.com/redis/mcp-redis/tree/main
2121
---

0 commit comments

Comments
 (0)