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 49c5281 commit eb1fce1Copy full SHA for eb1fce1
docs/advanced-usage/mcp.md
@@ -58,6 +58,11 @@ The file uses a JSON format:
58
"command": "node",
59
"args": ["/path/to/server.js"],
60
"timeout": 90
61
+ },
62
+ "server3": {
63
+ "url": "https://url-of-a-sse-endpoint.com/",
64
+ "alwaysAllow": ["tool3"],
65
+ "disabled": false
66
}
67
68
@@ -89,4 +94,4 @@ To disable MCP server creation:
89
94
90
95
With this option disabled, Roo Code will not attempt to create new MCP servers. You can still use existing, manually configured servers.
91
96
92
-By default, both of these options are enabled.
97
+By default, both of these options are enabled.
0 commit comments