Skip to content

Commit d56a460

Browse files
committed
Adds Void to configuration doc
1 parent 3967803 commit d56a460

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/configure-mcp.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,25 @@ You can add an MCP server to Cascade by adding the following configuration to yo
165165
}
166166
```
167167

168+
### Void
169+
170+
Copy the MCP server configuration from the VS Code notification and paste it into your `.void-editor/mcp.json`:
171+
172+
```json
173+
{
174+
"mcpServers": {
175+
"mcp-wcai-http": {
176+
"type": "http",
177+
"url": "http://<host>:<port>/mcp"
178+
},
179+
"mcp-wcai-sse": {
180+
"type": "sse",
181+
"url": "http://<host>:<port>/sse"
182+
}
183+
}
184+
}
185+
```
186+
168187
### Cline
169188

170189
- Click the _MCP Servers_ icon in the top navigation bar of the Cline extension.

0 commit comments

Comments
 (0)