Updated weather mcp which is faster and more stable#2194
Merged
MikolajGagatekRP merged 5 commits intomasterfrom Feb 3, 2026
Merged
Updated weather mcp which is faster and more stable#2194MikolajGagatekRP merged 5 commits intomasterfrom
MikolajGagatekRP merged 5 commits intomasterfrom
Conversation
birdayz
reviewed
Jan 29, 2026
| meta long = this.long | ||
| - label: fetch_weather | ||
| http: | ||
| url: https://api.open-meteo.com/v1/forecast?latitude=${! @lat }&longitude=${! long }¤t=temperature_2m,relative_humidity_2m,apparent_temperature,is_day,precipitation,rain,showers,snowfall,cloud_cover,surface_pressure,wind_speed_10m,wind_direction_10m,wind_gusts_10m&forecast_days=1 |
Contributor
There was a problem hiding this comment.
how good are LLMs at providing the coords? can this API work with city name as well?
or include functionality to resolve name -> coords?
Contributor
Author
There was a problem hiding this comment.
unfortunatelly not :(
as far as Ive seen there were not problems of passing correct ones.
TBH also I did not intensively checked them but a few of does like London or NYC which I checked were correct.
I might add also another request to get coords before invoking that but not sure if we want it like that?
Contributor
There was a problem hiding this comment.
sounds good to me to lookup the coords
Contributor
Author
There was a problem hiding this comment.
updated to do it like that :)
birdayz
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Better, faster, more stable weather API.