Skip to content

Commit 6a2a7d0

Browse files
committed
Fix parameters
Signed-off-by: David Gageot <[email protected]>
1 parent 4c71a7f commit 6a2a7d0

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

prompts/catalog.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,13 @@ registry:
11241124
- name: box.client_secret
11251125
prompts: 0
11261126
resources: {}
1127+
config:
1128+
- name: box
1129+
description: Configure the connection to Box
1130+
type: object
1131+
properties:
1132+
client_id:
1133+
type: string
11271134
chroma:
11281135
description: A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma.
11291136
title: Chroma
@@ -1742,6 +1749,13 @@ registry:
17421749
- name: redis-cloud.secret_key
17431750
prompts: 0
17441751
resources: {}
1752+
config:
1753+
- name: redis-cloud
1754+
description: Configure the connection to Redis Cloud
1755+
type: object
1756+
properties:
1757+
api_key:
1758+
type: string
17451759
scrapegraph:
17461760
description: ScapeGraph MCP Server.
17471761
title: ScrapeGraph
@@ -2075,6 +2089,13 @@ registry:
20752089
- name: lara.key_secret
20762090
prompts: 0
20772091
resources: {}
2092+
config:
2093+
- name: lara
2094+
description: Configure the connection to Lara Translate
2095+
type: object
2096+
properties:
2097+
key_id:
2098+
type: string
20782099
wolfram-alpha:
20792100
description: Connect your chat repl to wolfram alpha computational intelligence.
20802101
title: WolframAlpha
@@ -2442,7 +2463,7 @@ registry:
24422463
url:
24432464
type: string
24442465
context7:
2445-
description: Context7 MCP Server -- Up-to-date documentation for LLMs and AI code editors.
2466+
description: Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors.
24462467
title: Context7
24472468
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/context7.md
24482469
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/context7.md

0 commit comments

Comments
 (0)