Nuovo sistema: index.json + fragment.json + compile.py (SHA-256 automatici)

This commit is contained in:
2026-07-22 22:52:01 +01:00
parent 5f254d9a96
commit ccab72c586
20 changed files with 1121 additions and 240 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"id": "weather",
"name": "Weather (Open-Meteo)",
"type": "mcp_local",
"scope": "global",
"icon_small": "weather/icon_sm.svg",
"icon_large": "weather/icon_lg.svg",
"user_description": "Global weather, forecast, and air quality via Open-Meteo \u2014 free, no API key required.",
"tags": [
"weather",
"mcp",
"local",
"free",
"forecast",
"air-quality"
],
"auth": {
"type": "none"
},
"folder": "weather",
"version": 7,
"version_string": "3.0.4",
"version_release_date": "2026-07-21"
}