File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -229,10 +229,10 @@ transport:
229
229
230
230
These fields are under the top-level ` proxy` key.
231
231
232
- | Option | Type | Default | Description |
233
- |:------------------| :---------------------------------- |:--------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------|
234
- | `enabled` | `bool` | `false` | Flag indicating whether to enable or disable the proxy client |
235
- | `url` | `bool` | `http://<transport.address>:<transport.port>/mcp` | Where to the proxy client routes requests to |
232
+ | Option | Type | Default | Description |
233
+ |:------------------|:---------|:--------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------|
234
+ | `enabled` | `bool` | `false` | Flag indicating whether to enable or disable the proxy client |
235
+ | `url` | `string` | `http://<transport.address>:<transport.port>/mcp` | Where to the proxy client routes requests to |
236
236
237
237
# # Run a local graph with MCP server using `rover dev`
238
238
You can’t perform that action at this time.
0 commit comments