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 00:00:51 -03:00
committed by GitHub
parent 9c7b1d19ce
commit 274a40b7e0
+1 -1
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": {}
}
}