From 28451f3afa20004c74a018f94dc35a3298bfa31a Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 2 Jan 2025 22:05:59 -0800 Subject: [PATCH] Release --- .changeset/slimy-pans-obey.md | 5 +++++ README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/slimy-pans-obey.md 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