- Step1: Clone the repository from GitHub
- Step2: Install dependencies using uv and create a .env file with your Groq API key
- Step3: Run the MCP weather server with 'uv run mcp dev server/weather.py'
- Step4: Start the client application with 'uv run server/client.py'
- Step5: Enter weather-related queries at the prompt, e.g., 'Get weather alerts for CA'
- Step6: Use 'exit' or 'quit' to end the session, 'clear' to reset conversation history