- Fixed initialization issues in `mock_stock_server.py`
- Modified `mock_multi_agent.py` to handle responses from both math and stock servers
- Enhanced agent prompts and results processing for multi-server context
agent_description=f"{'Calculator'ifname=='Calculator'else'Stock Analyst'} agent specializing in {'mathematical calculations'ifname=='Calculator'else'stock market analysis'}. For Calculator: use add, multiply, divide operations. For Stock Analyst: use moving averages and percentage change calculations.",
system_prompt=f"You are {name}, a math processing agent. You have access to these mathematical operations ONLY: addition, multiplication, and division. Only suggest calculations using these available tools. Do not attempt to solve problems requiring other operations like percentages, square roots, or advanced math. When users ask about capabilities, list only the basic operations you can perform.",