From 565b111399868ffb272d7daec7725bbd0e258e48 Mon Sep 17 00:00:00 2001 From: walidsi <42148514+walidsi@users.noreply.github.com> Date: Sun, 4 May 2025 23:46:41 +0300 Subject: [PATCH] Updated --- README.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f0031c4..d577b56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MCP Weather Server -A simple MCP server that provides hourly weather forecasts using the AccuWeather API. +A simple MCP server that provides hourly weather forecasts using the Open-meteo API. ## Setup @@ -17,21 +17,14 @@ uv sync { "mcpServers": { "open_meteo_weather": { - + "command": "uv", + "args": [ + "--directory", + "path/to/openmeteo-weather-mcp/", + "run", + "openmeteo_weather/openmeteo_weather.py" + ] } } } ``` - -## API Usage - -### Get 7-dy Weather Forecast - -Response: -```json -{ - -} -``` - -## The API provides: