Skip to content

Commit 9a1c52d

Browse files
Fix redis entry
1 parent c42ff02 commit 9a1c52d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

prompts/catalog.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,10 @@ registry:
584584
- name: slack.team_id
585585
- name: slack.bot_token
586586
redis:
587-
description: interact with Slack Workspaces
588-
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/slack.md
587+
description: provides access to Redis database operations.
588+
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/redis.md
589589
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/redis.svg
590590
secrets:
591-
- name: redis.url
591+
- name: redis.host
592+
- name: redis.port
592593

0 commit comments

Comments
 (0)