Fix weather + wikipedia: add mcp_config (command+args) to manifest

Both connectors were missing the mcp_config block that the frontend requires
to install mcp_local connectors. Bump v1→v2 (2.0.0).
This commit is contained in:
2026-07-19 17:25:40 +01:00
parent 513483e81b
commit f1654d7d9d
4 changed files with 25 additions and 12 deletions
+8 -2
View File
@@ -33,7 +33,13 @@
"forecast",
"air-quality"
],
"version": 1,
"version_string": "1.0.0",
"mcp_config": {
"command": "python3",
"args": [
"weather_mcp_server.py"
]
},
"version": 2,
"version_string": "2.0.0",
"version_release_date": "2026-07-19"
}