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:
parent
9c7b1d19ce
commit
274a40b7e0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Alternatively, you can connect to MCP servers in Zed via adding their commands d
|
||||||
"path": "some-command",
|
"path": "some-command",
|
||||||
"args": ["arg-1", "arg-2"],
|
"args": ["arg-1", "arg-2"],
|
||||||
"env": {}
|
"env": {}
|
||||||
}
|
},
|
||||||
"settings": {}
|
"settings": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue