Skip to content

Commit 4ca9d69

Browse files
committed
✨ Try fahrenheit
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
1 parent 9ec615e commit 4ca9d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp/weather_tool/weather_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_weather(city: str) -> str:
2121
weather_params = {
2222
"latitude": latitude,
2323
"longitude": longitude,
24-
"temperature_unit": "celsius",
24+
"temperature_unit": "fahrenheit",
2525
"current_weather": True
2626
}
2727
weather_response = requests.get(weather_url, params=weather_params)

0 commit comments

Comments
 (0)