Skip to content

Commit 08528e6

Browse files
committed
Keep order of properties
Signed-off-by: David Gageot <[email protected]>
1 parent 42af457 commit 08528e6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

prompts/catalog.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ registry:
147147
description: Configure the connection to Slack
148148
type: object
149149
properties:
150-
channel_ids:
151-
type: string
152150
team_id:
153151
type: string
152+
channel_ids:
153+
type: string
154154
redis:
155155
description: Access to Redis database operations.
156156
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/redis.md
@@ -209,26 +209,26 @@ registry:
209209
description: Configure the connection to Redis
210210
type: object
211211
properties:
212-
ca_certs:
213-
type: string
214-
ca_path:
215-
type: string
216-
cert_reqs:
217-
type: string
218-
cluster_mode:
219-
type: boolean
220212
host:
221213
type: string
222214
port:
223215
type: integer
216+
username:
217+
type: string
224218
ssl:
225219
type: boolean
226-
ssl_certfile:
220+
ca_path:
227221
type: string
228222
ssl_keyfile:
229223
type: string
230-
username:
224+
ssl_certfile:
231225
type: string
226+
cert_reqs:
227+
type: string
228+
ca_certs:
229+
type: string
230+
cluster_mode:
231+
type: boolean
232232
github:
233233
description: Tools for interacting with the GitHub API, enabling file operations, repository management, search functionality, and more.
234234
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/github.md

0 commit comments

Comments
 (0)