Skip to content

Commit 95cf389

Browse files
committed
docs: fixing typo
1 parent f3a5da2 commit 95cf389

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/command-reference.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ transport:
229229
230230
These fields are under the top-level `proxy` key.
231231

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 |
236236

237237
## Run a local graph with MCP server using `rover dev`
238238

0 commit comments

Comments
 (0)