Skip to content

Commit ba5c16c

Browse files
committed
more yaml fixes
1 parent f07d9e8 commit ba5c16c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

smithery.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ startCommand:
33
type: stdio
44
configSchema:
55
type: object
6+
required:
7+
- connectionString
68
properties:
79
connectionString:
810
type: string
9-
required:
10-
- connectionString
11+
description: The connection string to use to connect to MongoDB.
1112
commandFunction:
1213
# A function that produces the CLI command to start the MCP on stdio.
1314
|-

0 commit comments

Comments
 (0)