Provides current city weather data through a minimalist Model Context Protocol (MCP) server, serving as an example for LLM-tool communication.
Explore a straightforward and operational implementation of a Model Context Protocol (MCP) server, built with the official SDK. This project exposes a `fetch-weather` tool, enabling users to retrieve real-time weather information for any given city. It serves as an excellent foundational example for grasping the MCP and understanding how Language Models (LLMs) interact with custom-built tools.