docs: Update custom MCP format template (#33649)

To match the new format added in
https://github.com/zed-industries/zed/pull/33539.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-06-30 10:42:38 -03:00 committed by GitHub
parent e37ef2a991
commit f106ea7641
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,16 +40,14 @@ You can connect them by adding their commands directly to your `settings.json`,
```json ```json
{ {
"context_servers": { "context_servers": {
"some-context-server": { "your-mcp-server": {
"source": "custom", "source": "custom",
"command": { "command": "some-command",
"path": "some-command",
"args": ["arg-1", "arg-2"], "args": ["arg-1", "arg-2"],
"env": {} "env": {}
} }
} }
} }
}
``` ```
Alternatively, you can also add a custom server by accessing the Agent Panel's Settings view (also accessible via the `agent: open configuration` action). Alternatively, you can also add a custom server by accessing the Agent Panel's Settings view (also accessible via the `agent: open configuration` action).