From a64f57a66c3049495d072a751a1804480f1d732a Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Mon, 15 Sep 2025 12:07:34 -0700 Subject: [PATCH] catchup --- examples/mcp/multi_mcp_guide/agent_mcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mcp/multi_mcp_guide/agent_mcp.py b/examples/mcp/multi_mcp_guide/agent_mcp.py index a9b9579e..858502e4 100644 --- a/examples/mcp/multi_mcp_guide/agent_mcp.py +++ b/examples/mcp/multi_mcp_guide/agent_mcp.py @@ -8,7 +8,7 @@ agent = Agent( agent_name="Financial-Analysis-Agent", # Name of the agent agent_description="Personal finance advisor agent", # Description of the agent's role system_prompt=FINANCIAL_AGENT_SYS_PROMPT, # System prompt for financial tasks - max_loops=1, + max_loops=1, mcp_urls=[ "http://0.0.0.0:8001/mcp", # URL for the OKX crypto price MCP server "http://0.0.0.0:8000/mcp", # URL for the agent creation MCP server