From c07b3f7010220a17e9aee8915cc5dc27e345fe79 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Mon, 2 Jun 2025 17:19:51 -0700 Subject: [PATCH] docs --- docs/swarms/tools/tools_examples.md | 4 ++++ 1 file changed, 4 insertions(+) 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