Fix weather + wikipedia: add requires:["PYTHON"] so Skald installs httpx deps

Without requires:["PYTHON"] Skald skips pip install and httpx is
missing at runtime. Bump v2→v3 (3.0.0).
This commit is contained in:
2026-07-20 17:20:39 +01:00
parent f1654d7d9d
commit ad0909b18d
3 changed files with 14 additions and 12 deletions
+3 -2
View File
@@ -25,6 +25,7 @@
"icon_small": "icon_sm.svg",
"icon_large": "icon_lg.svg",
"scope": "global",
"requires": ["PYTHON"],
"tags": [
"weather",
"mcp",
@@ -39,7 +40,7 @@
"weather_mcp_server.py"
]
},
"version": 2,
"version_string": "2.0.0",
"version": 3,
"version_string": "3.0.0",
"version_release_date": "2026-07-19"
}