From 69c454cf3f617e2a875214b4552131b2ff5037eb Mon Sep 17 00:00:00 2001 From: Irfaan Mansoori Date: Tue, 5 May 2026 15:29:09 +0530 Subject: [PATCH] docs: fix double word typo in crewai-tools README I noticed a minor typo in the README.md file within the crewai-tools directory where the word 'the' was repeated twice ('the the') at line 86. I have corrected this to improve the documentation's readability. --- lib/crewai-tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crewai-tools/README.md b/lib/crewai-tools/README.md index e0d1ddccbe..9ddfdec47f 100644 --- a/lib/crewai-tools/README.md +++ b/lib/crewai-tools/README.md @@ -83,7 +83,7 @@ To quickly get started with MCP in CrewAI you have 2 options: ### Option 1: Fully managed connection -In this scenario we use a contextmanager (`with` statement) to start and stop the the connection with the MCP server. +In this scenario we use a contextmanager (`with` statement) to start and stop the connection with the MCP server. This is done in the background and you only get to interact with the CrewAI tools corresponding to the MCP server's tools. For an STDIO based MCP server: