- Updated system prompt in `mock_multi_agent.py` to reflect only supported tools
- Added error handling in `mock_math_server.py` to reject unsupported operations
- Ensured agent behavior stays within defined context and MCP protocol limits
system_prompt=f"You are {name}, a math processing agent. Use the provided tools to solve math problems.",
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.",