Skip to content

Commit 579dcf7

Browse files
authored
update other refs
1 parent 4dcdf23 commit 579dcf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export MDB_MCP_LOG_PATH="/path/to/logs"
258258

259259
```json
260260
{
261-
"servers": {
261+
"mcpServers": {
262262
"MongoDB": {
263263
"command": "npx",
264264
"args": ["-y", "mongodb-mcp-server"],
@@ -274,7 +274,7 @@ export MDB_MCP_LOG_PATH="/path/to/logs"
274274

275275
```json
276276
{
277-
"servers": {
277+
"mcpServers": {
278278
"MongoDB": {
279279
"command": "npx",
280280
"args": ["-y", "mongodb-mcp-server"],
@@ -301,7 +301,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret
301301

302302
```json
303303
{
304-
"servers": {
304+
"mcpServers": {
305305
"MongoDB": {
306306
"command": "npx",
307307
"args": [
@@ -319,7 +319,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret
319319

320320
```json
321321
{
322-
"servers": {
322+
"mcpServers": {
323323
"MongoDB": {
324324
"command": "npx",
325325
"args": [

0 commit comments

Comments
 (0)