01Retrieves current weather for any city globally.
02Provides detailed weather data: description, temperature (°C), and humidity.
03Utilizes the OpenWeatherMap API for up-to-date information.
04Communicates via standard I/O for MCP-compatible client integration.
05Simple API key configuration via `.env` file.
060 GitHub stars