File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -1124,6 +1124,13 @@ registry:
1124
1124
- name : box.client_secret
1125
1125
prompts : 0
1126
1126
resources : {}
1127
+ config :
1128
+ - name : box
1129
+ description : Configure the connection to Box
1130
+ type : object
1131
+ properties :
1132
+ client_id :
1133
+ type : string
1127
1134
chroma :
1128
1135
description : A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma.
1129
1136
title : Chroma
@@ -1742,6 +1749,13 @@ registry:
1742
1749
- name : redis-cloud.secret_key
1743
1750
prompts : 0
1744
1751
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
1745
1759
scrapegraph :
1746
1760
description : ScapeGraph MCP Server.
1747
1761
title : ScrapeGraph
@@ -2075,6 +2089,13 @@ registry:
2075
2089
- name : lara.key_secret
2076
2090
prompts : 0
2077
2091
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
2078
2099
wolfram-alpha :
2079
2100
description : Connect your chat repl to wolfram alpha computational intelligence.
2080
2101
title : WolframAlpha
@@ -2442,7 +2463,7 @@ registry:
2442
2463
url :
2443
2464
type : string
2444
2465
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.
2446
2467
title : Context7
2447
2468
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/context7.md
2448
2469
readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/context7.md
You can’t perform that action at this time.
0 commit comments