File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" : [
You can’t perform that action at this time.
0 commit comments