Skip to content

Commit eb1fce1

Browse files
authored
Update mcp.md
1 parent 49c5281 commit eb1fce1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/advanced-usage/mcp.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ The file uses a JSON format:
5858
"command": "node",
5959
"args": ["/path/to/server.js"],
6060
"timeout": 90
61+
},
62+
"server3": {
63+
"url": "https://url-of-a-sse-endpoint.com/",
64+
"alwaysAllow": ["tool3"],
65+
"disabled": false
6166
}
6267
}
6368
}
@@ -89,4 +94,4 @@ To disable MCP server creation:
8994

9095
With this option disabled, Roo Code will not attempt to create new MCP servers. You can still use existing, manually configured servers.
9196

92-
By default, both of these options are enabled.
97+
By default, both of these options are enabled.

0 commit comments

Comments
 (0)