diff --git a/.changeset/slimy-pans-obey.md b/.changeset/slimy-pans-obey.md new file mode 100644 index 0000000..01ea6c7 --- /dev/null +++ b/.changeset/slimy-pans-obey.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +Add toggle to enable/disable the MCP-related sections of the system prompt (thanks @daniel-lxs!) diff --git a/README.md b/README.md index 5d1cd7b..892a5de 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ A fork of Cline, an autonomous coding agent, with some additional experimental f - Support for Meta 3, 3.1, and 3.2 models via AWS Bedrock - Support for listing models from OpenAI-compatible providers - Per-tool MCP auto-approval -- Enable/disable MCP servers +- Enable/disable individual MCP servers +- Enable/disable the MCP feature overall - Configurable delay after auto-writes to allow diagnostics to detect potential problems - Control the number of terminal output lines to pass to the model when executing commands - Runs alongside the original Cline