We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07d9e8 commit ba5c16cCopy full SHA for ba5c16c
smithery.yaml
@@ -3,11 +3,12 @@ startCommand:
3
type: stdio
4
configSchema:
5
type: object
6
+ required:
7
+ - connectionString
8
properties:
9
connectionString:
10
type: string
- required:
- - connectionString
11
+ description: The connection string to use to connect to MongoDB.
12
commandFunction:
13
# A function that produces the CLI command to start the MCP on stdio.
14
|-
0 commit comments