Add Weather (Open-Meteo) and Wikipedia connectors

- weather/ — Python MCP server (copiato da skald/scripts), no auth, free API
- wikipedia/ — nuovo Python MCP server, Wikipedia API pubblica, no auth
- Entrambi: mcp_local, scope global, auth none, dipendenza httpx
- connectors.json: +2 connector (totale 7), auth:none aggiunto anche a SSH
This commit is contained in:
2026-07-18 21:49:47 +01:00
parent 9cc84fd8ff
commit c3521c4ac0
11 changed files with 1255 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<rect x="4" y="8" width="40" height="32" rx="4" fill="#f0f0f0" stroke="#ccc" stroke-width="1.5"/>
<text x="24" y="28" text-anchor="middle" font-family="serif" font-size="18" font-weight="bold" fill="#666">W</text>
</svg>

After

Width:  |  Height:  |  Size: 286 B