docs: Fix missing comma in MCP code snippet (#32126)

Ben Swift created

the docs now contain valid json

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...

Change summary

docs/src/ai/mcp.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/ai/mcp.md 🔗

@@ -36,7 +36,7 @@ Alternatively, you can connect to MCP servers in Zed via adding their commands d
         "path": "some-command",
         "args": ["arg-1", "arg-2"],
         "env": {}
-      }
+      },
       "settings": {}
     }
   }