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 873fc16 commit 7c938d7Copy full SHA for 7c938d7
.smithery/smithery.yaml
@@ -23,6 +23,11 @@ startCommand:
23
type: boolean
24
title: Read-only
25
description: When set to true, only allows read and metadata operation types, disabling create/update/delete operations.
26
+ exampleConfig:
27
+ atlasClientId: YOUR_ATLAS_CLIENT_ID
28
+ atlasClientSecret: YOUR_ATLAS_CLIENT_SECRET
29
+ connectionString: mongodb+srv://USERNAME:PASSWORD@YOUR_CLUSTER.mongodb.net
30
+ readOnly: true
31
32
commandFunction:
33
# A function that produces the CLI command to start the MCP on stdio.
0 commit comments