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

the docs now contain valid json

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Swift 2025-06-05 13:00:51 +10:00 committed by GitHub
parent 9c7b1d19ce
commit 274a40b7e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {}
}
}