Skip to content

Commit 7c938d7

Browse files
committed
add example config
1 parent 873fc16 commit 7c938d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.smithery/smithery.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ startCommand:
2323
type: boolean
2424
title: Read-only
2525
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
2631

2732
commandFunction:
2833
# A function that produces the CLI command to start the MCP on stdio.

0 commit comments

Comments
 (0)