01Example MCP server implementation
02Integrates a 'fetch-weather' tool for current city weather
03Ensures input validation using Zod
04Communicates via stdio for MCP client compatibility
05Utilizes Open-Meteo API without requiring an API key
061 GitHub stars