diff --git a/docs/swarms/tools/tools_examples.md b/docs/swarms/tools/tools_examples.md index bbbb799c..d8ec7476 100644 --- a/docs/swarms/tools/tools_examples.md +++ b/docs/swarms/tools/tools_examples.md @@ -296,9 +296,13 @@ print(response) ## Method 2: MCP (Model Context Protocol) Servers MCP servers provide a standardized way to create distributed tool functionality. They're ideal for: + - **Reusable tools** across multiple agents + - **Complex tool logic** that needs isolation + - **Third-party tool integration** + - **Scalable architectures** ### Step 1: Create Your MCP Server