Dec 3, 2024
uv package manager are installed.Setup Notes Application
uvx create mcp server command to initiate.uv sync all extras.Key Files and Functions
server.py structure: function definitions, decorators.Setup Weather Application
fetchWeather to get weather based on city name.Function Decorators
list tools: Defines available functions (e.g., get forecast).call tool: Executes corresponding actions based on requests.list resource and read resource decorators for additional functionalities.