From b02b413aa7aefd23bba5e743da127db044b9b6bb Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Thu, 29 May 2025 16:32:59 -0700 Subject: [PATCH] detailed process breakdown agent mcp docs --- docs/swarms/structs/agent_mcp.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/swarms/structs/agent_mcp.md b/docs/swarms/structs/agent_mcp.md index 637096d7..a7c0a2c6 100644 --- a/docs/swarms/structs/agent_mcp.md +++ b/docs/swarms/structs/agent_mcp.md @@ -154,22 +154,33 @@ graph TD !!! abstract "Process Steps" === "1-3: Initialization" + **Task Initiation** - Agent receives user query + **Server Connection** - Establish MCP server link + **Tool Discovery** - Fetch available tool schemas === "4-6: Execution" + **Task Analysis** - Determine required tools + **Request Generation** - Create structured API calls + **Server Communication** - Send requests via SSE === "7-9: Processing" + **Server Processing** - MCP server executes tools + **Response Handling** - Receive and validate data + **Result Processing** - Parse and structure output === "10-11: Completion" + **Summarization** - Generate user-friendly summary + **Final Output** - Return complete response ---