01Utilizes `wttr.in` for free, no-API-key weather data retrieval.
02Asynchronous HTTP requests via `httpx` for efficient data fetching.
03Exposes a `get_weather(city)` tool for current weather conditions.
04Simple setup and execution with Python and `pip`.
05Communicates over standard input/output for seamless local server integration.
060 GitHub stars