We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3967803 commit d56a460Copy full SHA for d56a460
docs/configure-mcp.md
@@ -165,6 +165,25 @@ You can add an MCP server to Cascade by adding the following configuration to yo
165
}
166
```
167
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
187
### Cline
188
189
- Click the _MCP Servers_ icon in the top navigation bar of the Cline extension.
0 commit comments