. ├── custom_mcp_server.py # MCP server exposing calculator tools ├── main_client.py # Main client that invokes the calculator tools ├── .env # Environment variables (if needed) ├── requirements.txt # ...