You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prompts/catalog.yaml
+20-2
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,8 @@ registry:
161
161
type: string
162
162
channel_ids:
163
163
type: string
164
+
required:
165
+
- team_id
164
166
redis:
165
167
description: Access to Redis database operations.
166
168
title: Redis
@@ -711,8 +713,8 @@ registry:
711
713
properties:
712
714
access_key_id:
713
715
type: string
714
-
region:
715
-
type: string
716
+
required:
717
+
- access_key_id
716
718
everart:
717
719
description: Image generation server using EverArt's API.
718
720
title: EverArt (Reference)
@@ -860,6 +862,9 @@ registry:
860
862
sender:
861
863
type: string
862
864
description: sender email address
865
+
required:
866
+
- reply_to
867
+
- sender
863
868
github-official:
864
869
description: Official GitHub MCP Server, by GitHub. Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.
865
870
title: GitHub Official
@@ -1148,6 +1153,8 @@ registry:
1148
1153
properties:
1149
1154
client_id:
1150
1155
type: string
1156
+
required:
1157
+
- client_id
1151
1158
chroma:
1152
1159
description: A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma.
1153
1160
title: Chroma
@@ -1742,6 +1749,8 @@ registry:
1742
1749
properties:
1743
1750
api_key:
1744
1751
type: string
1752
+
required:
1753
+
- api_key
1745
1754
scrapegraph:
1746
1755
description: ScapeGraph MCP Server.
1747
1756
title: ScrapeGraph
@@ -2082,6 +2091,8 @@ registry:
2082
2091
properties:
2083
2092
key_id:
2084
2093
type: string
2094
+
required:
2095
+
- key_id
2085
2096
wolfram-alpha:
2086
2097
description: Connect your chat repl to wolfram alpha computational intelligence.
2087
2098
title: WolframAlpha
@@ -2210,6 +2221,9 @@ registry:
2210
2221
type: string
2211
2222
type:
2212
2223
type: string
2224
+
required:
2225
+
- host
2226
+
- type
2213
2227
grafana:
2214
2228
description: MCP server for Grafana.
2215
2229
title: Grafana
@@ -2532,6 +2546,8 @@ registry:
2532
2546
properties:
2533
2547
user_id:
2534
2548
type: string
2549
+
required:
2550
+
- user_id
2535
2551
gyazo:
2536
2552
description: Official Model Context Protocol server for Gyazo.
0 commit comments