Skip to content

Commit 96eca77

Browse files
committed
Add missing required parameters
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 66cca30 commit 96eca77

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

prompts/catalog.yaml

+20-2
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ registry:
161161
type: string
162162
channel_ids:
163163
type: string
164+
required:
165+
- team_id
164166
redis:
165167
description: Access to Redis database operations.
166168
title: Redis
@@ -711,8 +713,8 @@ registry:
711713
properties:
712714
access_key_id:
713715
type: string
714-
region:
715-
type: string
716+
required:
717+
- access_key_id
716718
everart:
717719
description: Image generation server using EverArt's API.
718720
title: EverArt (Reference)
@@ -860,6 +862,9 @@ registry:
860862
sender:
861863
type: string
862864
description: sender email address
865+
required:
866+
- reply_to
867+
- sender
863868
github-official:
864869
description: Official GitHub MCP Server, by GitHub. Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.
865870
title: GitHub Official
@@ -1148,6 +1153,8 @@ registry:
11481153
properties:
11491154
client_id:
11501155
type: string
1156+
required:
1157+
- client_id
11511158
chroma:
11521159
description: A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma.
11531160
title: Chroma
@@ -1742,6 +1749,8 @@ registry:
17421749
properties:
17431750
api_key:
17441751
type: string
1752+
required:
1753+
- api_key
17451754
scrapegraph:
17461755
description: ScapeGraph MCP Server.
17471756
title: ScrapeGraph
@@ -2082,6 +2091,8 @@ registry:
20822091
properties:
20832092
key_id:
20842093
type: string
2094+
required:
2095+
- key_id
20852096
wolfram-alpha:
20862097
description: Connect your chat repl to wolfram alpha computational intelligence.
20872098
title: WolframAlpha
@@ -2210,6 +2221,9 @@ registry:
22102221
type: string
22112222
type:
22122223
type: string
2224+
required:
2225+
- host
2226+
- type
22132227
grafana:
22142228
description: MCP server for Grafana.
22152229
title: Grafana
@@ -2532,6 +2546,8 @@ registry:
25322546
properties:
25332547
user_id:
25342548
type: string
2549+
required:
2550+
- user_id
25352551
gyazo:
25362552
description: Official Model Context Protocol server for Gyazo.
25372553
title: Gyazo
@@ -2682,6 +2698,8 @@ registry:
26822698
properties:
26832699
key_id:
26842700
type: string
2701+
required:
2702+
- key_id
26852703
fibery:
26862704
description: Interact with your Fibery workspace.
26872705
title: Fibery

prompts/mcp/aws-kb-retrieval-server.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ mcp:
77
aws.secret_access_key: AWS_SECRET_ACCESS_KEY
88
environment:
99
AWS_ACCESS_KEY_ID: "{{aws.access_key_id}}"
10-
AWS_REGION: "{{aws.region}}"
1110
source:
1211
url: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
1312
---

prompts/mcp/readmes/aws-kb-retrieval-server.md

-3
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,11 @@ Parameters|Type|Description
4848
"-e",
4949
"AWS_ACCESS_KEY_ID",
5050
"-e",
51-
"AWS_REGION",
52-
"-e",
5351
"AWS_SECRET_ACCESS_KEY",
5452
"mcp/aws-kb-retrieval-server"
5553
],
5654
"env": {
5755
"AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_HERE",
58-
"AWS_REGION": "YOUR_AWS_REGION_HERE",
5956
"AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY_HERE"
6057
}
6158
}

0 commit comments

Comments
 (0)