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 795625c commit 519b108Copy full SHA for 519b108
README.md
@@ -92,7 +92,7 @@ Use your Atlas API Service Accounts credentials. Must follow all the steps in [A
92
Start Server using npx command:
93
94
```shell
95
- npx -y mongodb-mcp-server --apiClientId="your-atlas-service-accounts-client-id" --apiClientSecret="your-atlas-service-accounts-client-secret" --logPath=dev-logs
+ npx -y mongodb-mcp-server --apiClientId="your-atlas-service-accounts-client-id" --apiClientSecret="your-atlas-service-accounts-client-secret"
96
```
97
98
#### Other options
0 commit comments