Skip to content

Commit d0fc33b

Browse files
authored
Merge pull request #169 from dgageot/use-official-redis
Use official redis instead
2 parents 6d2dbbe + 6e441aa commit d0fc33b

File tree

3 files changed

+500
-15
lines changed

3 files changed

+500
-15
lines changed

prompts/catalog.yaml

Lines changed: 62 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,70 @@ registry:
145145
resources: {}
146146
redis:
147147
description: Access to Redis database operations.
148-
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/redis.md
149-
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/redis.svg
150-
tools: []
151-
secrets:
152-
- name: redis.host
153-
- name: redis.port
148+
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/redis.md
149+
readme: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/redis.md
150+
source: https://github.com/redis/mcp-redis/tree/main
151+
icon: https://avatars.githubusercontent.com/u/1529926?v=4
152+
tools:
153+
- name: client_list
154+
- name: create_vector_index_hash
155+
- name: dbsize
156+
- name: delete
157+
- name: expire
158+
- name: get
159+
- name: get_index_info
160+
- name: get_indexed_keys_number
161+
- name: get_indexes
162+
- name: get_vector_from_hash
163+
- name: hdel
164+
- name: hexists
165+
- name: hget
166+
- name: hgetall
167+
- name: hset
168+
- name: info
169+
- name: json_del
170+
- name: json_get
171+
- name: json_set
172+
- name: llen
173+
- name: lpop
174+
- name: lpush
175+
- name: lrange
176+
- name: publish
177+
- name: rename
178+
- name: rpop
179+
- name: rpush
180+
- name: sadd
181+
- name: set
182+
- name: set_vector_in_hash
183+
- name: smembers
184+
- name: srem
185+
- name: subscribe
186+
- name: type
187+
- name: unsubscribe
188+
- name: vector_search_hash
189+
- name: xadd
190+
- name: xdel
191+
- name: xrange
192+
- name: zadd
193+
- name: zrange
194+
- name: zrem
195+
secrets:
196+
- name: redis.password
154197
prompts: 0
155198
resources: {}
199+
config:
200+
- name: redis
201+
description: Configure the connection to Redis
202+
type: object
203+
properties:
204+
redis.host:
205+
type: string
206+
redis.port:
207+
type: integer
208+
redis.ssl:
209+
type: boolean
210+
redis.username:
211+
type: string
156212
github:
157213
description: Tools for interacting with the GitHub API, enabling file operations, repository management, search functionality, and more.
158214
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/github.md

0 commit comments

Comments
 (0)